Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_engines.c 


Log Message:
- these are just error messages not developer messages

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_engines.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -3 -r1.59 -r1.60
--- ewl_engines.c       24 Jul 2008 03:47:11 -0000      1.59
+++ ewl_engines.c       29 Jul 2008 02:54:59 -0000      1.60
@@ -153,15 +153,15 @@
         plugin = ecore_plugin_load(ewl_engines_path, name, INTERFACE_CURRENT);
         if (!plugin)
         {
-                DWARNING("Unable to open engine %s.", name);
+                fprintf(stderr, "Unable to open engine %s.\n", name);
                 DRETURN_PTR(NULL, DLEVEL_STABLE);
         }
 
         dependancies = ecore_plugin_symbol_get(plugin, 
"ewl_engine_dependancies");
         if (!dependancies)
         {
-                DWARNING("Unable to find ewl_engine_dependancies for "
-                                "the %s engine.", name);
+                fprintf(stderr, "Unable to find ewl_engine_dependancies for "
+                                "the %s engine.\n", name);
                 DRETURN_PTR(NULL, DLEVEL_STABLE);
         }
 
@@ -196,7 +196,7 @@
         create_engine = ecore_plugin_symbol_get(plugin, "ewl_engine_create");
         if (!create_engine)
         {
-                DWARNING("Unable to find ewl_engine_create for the %s 
engine.", name);
+                fprintf(stderr, "Unable to find ewl_engine_create for the %s 
engine.\n", name);
                 DRETURN_PTR(NULL, DLEVEL_STABLE);
         }
 



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to