Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        filesystem.c 


Log Message:
* Make external directory lists quieter

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/plugins/filesystem.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- filesystem.c        21 Nov 2005 11:07:01 -0000      1.23
+++ filesystem.c        27 Nov 2005 01:35:35 -0000      1.24
@@ -209,7 +209,7 @@
                                while (  (ref= 
ecore_list_next(data->file_list.list)) ) {
 
                                        
-                                       printf("(%s) Received file type for 
file: %d\n", ref->path, ref->file_type);
+                                       /*printf("(%s) Received file type for 
file: %d\n", ref->path, ref->file_type);*/
                                
                                        folder = strdup((char*)ref->path);
                                        pos = rindex(folder, '/');
@@ -224,7 +224,7 @@
                                                *(pos+1) = '\0';
                                        }
 
-                                       printf("Calling folder is '%s'\n", 
folder);
+                                       /*printf("Calling folder is '%s'\n", 
folder);*/
 
                                        /*If the calling request is currently 
NULL, we must go to the hash to retrieve that caller*/
                                        if (!calling_request) {
@@ -265,9 +265,9 @@
                                                }
 
                                                if (calling_request && 
(calling_request->drill_down || calling_request->set_parent)) {
-                                                       printf("Calling request 
had a parent...\n");
+                                                       /*printf("Calling 
request had a parent...\n");
                                                        printf("File ('%s') 
parent's name is '%s'\n", 
-                                                               file->filename, 
calling_request->reparent_file->filename);
+                                                               file->filename, 
calling_request->reparent_file->filename);*/
 
                                                        file->parent = 
calling_request->reparent_file;
 
@@ -278,7 +278,7 @@
 
                                                /*Mark the file's uri FIXME do 
this properly*/
                                                strcpy(file->uri_base, 
ref->plugin_uri);
-                                               printf("Assigned plugin URI: 
'%s'\n", ref->plugin_uri);
+                                               /*printf("Assigned plugin URI: 
'%s'\n", ref->plugin_uri);*/
                                                
 
                                                /*Register a new listener for 
this file*/




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to