Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/bin


Modified Files:
        evfs_server_handle.c 


Log Message:
* Shh

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/bin/evfs_server_handle.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -3 -r1.44 -r1.45
--- evfs_server_handle.c        22 Feb 2006 15:07:14 -0000      1.44
+++ evfs_server_handle.c        26 Feb 2006 04:42:20 -0000      1.45
@@ -247,21 +247,15 @@
 {
    struct stat file_stat;
 
-   printf("At file stat handler\n");
-   printf("Looking for plugin for '%s'\n",
-          command->file_command.files[0]->plugin_uri);
    evfs_plugin *plugin = evfs_get_plugin_for_uri(client->server,
                                                  command->file_command.
                                                  files[0]->plugin_uri);
    if (plugin)
      {
-        printf("Pointer here: %p\n", plugin->functions->evfs_file_stat);
         (*(plugin->functions->evfs_file_stat)) (command, &file_stat, 0);
 
         evfs_stat_event_create(client, command, &file_stat);
      }
-   printf("Handled event, client is %p\n", client);
-
 }
 
 void
@@ -284,7 +278,6 @@
                 command->file_command.files[0]->fd);
         evfs_open_event_create(client, command);
      }
-   printf("Handled event, client is %p\n", 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