Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/file


Modified Files:
        evas_module.c 


Log Message:


remove printfs

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/file/evas_module.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- evas_module.c       14 Jan 2006 12:36:25 -0000      1.2
+++ evas_module.c       14 Jan 2006 12:41:02 -0000      1.3
@@ -125,7 +125,7 @@
    Evas_List *l;
    int new_id = 1;
    
-   printf("[init modules]\n");
+//   printf("[init modules]\n");
    evas_module_paths_init();
    for (l = evas_module_paths; l; l = l->next)
      {
@@ -136,7 +136,7 @@
        mp = l->data;
        
        if (!(dir = opendir(mp->path))) break;
-       printf("[evas module] searching modules on %s\n", mp->path);
+//     printf("[evas module] searching modules on %s\n", mp->path);
        while (de = readdir(dir))
          {
             char *buf;
@@ -168,7 +168,7 @@
                            new_id++;
                         }
                    }
-                 printf("[evas module] including module path %s/%s of type 
%d\n",em->path, em->name, em->type);
+//               printf("[evas module] including module path %s/%s of type 
%d\n",em->path, em->name, em->type);
                  evas_modules = evas_list_append(evas_modules, em);
               }
             free(buf);




-------------------------------------------------------
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