Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/bin


Modified Files:
        evfs_main.c 


Log Message:
Remove a debug statement

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/bin/evfs_main.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- evfs_main.c 16 Oct 2005 10:09:05 -0000      1.16
+++ evfs_main.c 21 Oct 2005 09:54:16 -0000      1.17
@@ -70,7 +70,7 @@
 
 
       e = (Ecore_Ipc_Event_Client_Add *) event;
-      printf("ERR: EVFS Client Connected!!!\n");
+      /*printf("ERR: EVFS Client Connected!!!\n");*/
 
       client = NEW(evfs_client);
       client->client = e->client;
@@ -94,7 +94,7 @@
 
 
    e = (Ecore_Ipc_Event_Client_Del *) event;
-    printf("ERR: Client Disconnected!!!\n");
+    printf("Client %d, Client Disconnected!!!\n", client->client);
 
     client = ecore_hash_get(server->client_hash, e->client);
     evfs_cleanup_client(client);
@@ -271,7 +271,7 @@
              printf ("ERR: Server already running...\n");
              return (1);
        } else {
-             printf ("ERR: Server created..\n");
+             //printf ("ERR: Server created..\n");
 
              server->ipc_server = ecore_ipc_server_add(ECORE_IPC_LOCAL_USER, 
EVFS_IPC_TITLE, 0, NULL);
 




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to