Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/demo Modified Files: evfs_demo.c Log Message: Pass the command we're dealing with back to the client =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/demo/evfs_demo.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- evfs_demo.c 7 Oct 2005 11:01:27 -0000 1.9 +++ evfs_demo.c 8 Oct 2005 01:53:25 -0000 1.10 @@ -12,7 +12,7 @@ printf("DEMO: For file: '%s'\n", data->file_monitor.filename); mon_current++; } else if (data->type = EVFS_EV_STAT) { - printf("Received stat event!\n"); + printf("Received stat event for file '%s'!\n", data->resp_command.file_command.files[0]->path); printf("File size: %ld\n", data->stat.stat_obj.st_size); printf("File inode: %ld\n", data->stat.stat_obj.st_ino); printf("File uid: %ld\n", data->stat.stat_obj.st_uid); ------------------------------------------------------- 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