Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_ipc


Modified Files:
        ecore_ipc.c 


Log Message:


and get debug name right

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_ipc/ecore_ipc.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- ecore_ipc.c 20 Mar 2006 08:18:52 -0000      1.31
+++ ecore_ipc.c 20 Mar 2006 08:44:34 -0000      1.32
@@ -669,7 +669,7 @@
    if (!ECORE_MAGIC_CHECK(svr, ECORE_MAGIC_IPC_SERVER))
      {
        ECORE_MAGIC_FAIL(svr, ECORE_MAGIC_IPC_SERVER,
-                        "ecore_con_server_ip_get");
+                        "ecore_ipc_server_ip_get");
        return NULL;
      }
    return ecore_con_server_ip_get(svr->server);
@@ -915,7 +915,7 @@
    if (!ECORE_MAGIC_CHECK(cl, ECORE_MAGIC_IPC_CLIENT))
      {
        ECORE_MAGIC_FAIL(cl, ECORE_MAGIC_IPC_CLIENT,
-                        "ecore_con_client_ip_get");
+                        "ecore_ipc_client_ip_get");
        return NULL;
      }
    return ecore_con_client_ip_get(cl->client);




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to