Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/bin


Modified Files:
        evfs_main.c 


Log Message:
General cleanup

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/bin/evfs_main.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- evfs_main.c 16 Aug 2005 08:11:33 -0000      1.7
+++ evfs_main.c 17 Aug 2005 00:33:35 -0000      1.8
@@ -115,7 +115,6 @@
 
    client = evfs_client_get(e->client);
 
-   printf("Got a message from client id %ld\n", client->id);
    
    if (!client->prog_command) {
           client->prog_command = evfs_command_new();
@@ -123,10 +122,8 @@
 
    /*True == command finished*/
    if (evfs_process_incoming_command(client->prog_command, msg)) {
-         printf("Finished getting command..processing..\n"); 
          evfs_handle_command(client, client->prog_command);
 
-         printf("Nuking command..\n");
          client->prog_command = NULL; /*TODO - CLEANUP MEMORY HERE*/
    }
 
@@ -139,12 +136,12 @@
 void evfs_handle_command(evfs_client* client, evfs_command* command) {
        switch (command->type) {
                case EVFS_CMD_STARTMON_FILE:
-                       printf("We recieved a monitor request\n");
+                       /*printf("We received a monitor stop request*/
                        evfs_handle_monitor_start_command(client, command);
                        
                        break;
                case EVFS_CMD_STOPMON_FILE:
-                       printf("We received a monitor stop request\n");
+                       /*printf("We received a monitor stop request\n");*/
                        evfs_handle_monitor_stop_command(client,command);
                        break;
        }




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to