Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entice

Dir     : e17/apps/entice/src/bin


Modified Files:
        main.c 


Log Message:
shouldn't have left these printfs in

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/main.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- main.c      26 Jan 2004 04:10:23 -0000      1.20
+++ main.c      26 Jan 2004 05:07:32 -0000      1.21
@@ -162,12 +162,10 @@
                {
                   if (S_ISDIR(status.st_mode))
                   {
-                     fprintf(stderr, "Adding Dir %s\n", line);
                      entice_file_add_dir_job_cb(line);
                   }
                   else
                   {
-                     fprintf(stderr, "Adding File %s\n", line);
                      entice_file_add_job_cb(line, IPC_FILE_APPEND);
                   }
                }




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to