Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src


Modified Files:
        entropy_config.c entropy_core.c 


Log Message:
* Much quieter startup

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/entropy_config.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- entropy_config.c    2 Sep 2006 09:51:40 -0000       1.26
+++ entropy_config.c    2 Sep 2006 10:00:16 -0000       1.27
@@ -405,7 +405,7 @@
        for (l =_Entropy_Config->Loaded_Config->Misc_Config_Load  ; l; ) {
                item = l->data;
                ecore_hash_set(_Entropy_Config->Loaded_Config->Misc_Config, 
item->name, item);
-               printf("Loaded misc '%s' -> '%s'\n", item->name, item->value);
+               /*printf("Loaded misc '%s' -> '%s'\n", item->name, 
item->value);*/
                
                l=l->next;
        }
@@ -690,7 +690,7 @@
                        if (value) c_item->value = strdup(value);
                        
                        
ecore_hash_set(_Entropy_Config->Loaded_Config->Misc_Config, c_item->name, 
c_item);
-                       printf ("hash Set '%s' -> '%s'\n",c_item->name, 
c_item->value);
+                       /*printf ("hash Set '%s' -> '%s'\n",c_item->name, 
c_item->value);*/
                } else {
                          if (c_item->value) free(c_item->value);
                          if (value) 
@@ -698,7 +698,7 @@
                          else
                                  c_item->value = NULL;
 
-                         printf ("hash Set (existing) '%s' -> 
'%s'\n",c_item->name, c_item->value);
+                         /*printf ("hash Set (existing) '%s' -> 
'%s'\n",c_item->name, c_item->value);*/
                }
 
                if (c_item) {
@@ -718,7 +718,7 @@
                
                _Entropy_Config->Loaded_Config->Misc_Config_Load = 
evas_list_append(
                        _Entropy_Config->Loaded_Config->Misc_Config_Load, 
c_item);
-               printf ("Set '%s' -> '%s'\n",item, value);
+               /*printf ("Set '%s' -> '%s'\n",item, value);*/
        }
 }
 
@@ -741,7 +741,7 @@
 {
        Entropy_Config_Item* res;
        
-       printf("Looking for item for '%s'\n", item);
+       /*printf("Looking for item for '%s'\n", item);*/
        
        res = 
(Entropy_Config_Item*)ecore_hash_get(_Entropy_Config->Loaded_Config->Misc_Config,
 item);
        if (res) {
===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/entropy_core.c,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -3 -r1.87 -r1.88
--- entropy_core.c      17 Jul 2006 13:41:46 -0000      1.87
+++ entropy_core.c      2 Sep 2006 10:00:16 -0000       1.88
@@ -217,7 +217,7 @@
                    if (!strncmp(de->d_name + strlen(de->d_name) -3, ".so", 3)) 
{
                         snprintf(plugin_path, 1024,"%s/%s", PACKAGE_DATA_DIR 
"/plugins/", de->d_name);
                
-                       printf("Loading '%s'...\n", plugin_path);
+                       /*printf("Loading '%s'...\n", plugin_path);*/
                        ecore_list_append(core->plugin_list, 
create_plugin_object(plugin_path));
                    }
                 }
@@ -250,10 +250,10 @@
         while ( (plugin = ecore_list_current(core->plugin_list)) ) {
                 int res = entropy_plugin_load(core, plugin);
                if (res) {
-                       printf("Removing plugin from list..%s\n", 
plugin->filename);
+                       /*printf("Removing plugin from list..%s\n", 
plugin->filename);*/
                        ecore_list_remove(core->plugin_list);
                } else {
-                       printf("Going to next plugin...%s\n", plugin->filename);
+                       /*printf("Going to next plugin...%s\n", 
plugin->filename);*/
                        ecore_list_next(core->plugin_list);
                }
                
@@ -659,7 +659,7 @@
         entropy_plugin_identify =dlsym(plugin->dl_ref, 
"entropy_plugin_identify");
         entropy_plugin_type_get = dlsym(plugin->dl_ref, 
"entropy_plugin_type_get");
        entropy_plugin_sub_type_get = dlsym(plugin->dl_ref, 
"entropy_plugin_sub_type_get");
-        printf("Plugin IDs as: '%s'\n", (*entropy_plugin_identify)());
+        /*printf("Plugin IDs as: '%s'\n", (*entropy_plugin_identify)());*/
 
         type = (*entropy_plugin_type_get)();
        plugin->type = type;
@@ -938,7 +938,7 @@
                /*This must be a layout (or the programmer has messed up,
                 * use this as the layout*/
                layout = comp;
-               printf(" ******* Layout registered itself to receive events\n");
+               /*printf(" ******* Layout registered itself to receive 
events\n");*/
        } else {
                layout = comp->layout_parent;
        }



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to