Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_module.c 


Log Message:
Remove debug comment.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_module.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- e_module.c  26 Aug 2005 10:24:15 -0000      1.32
+++ e_module.c  27 Aug 2005 10:17:59 -0000      1.33
@@ -113,7 +113,7 @@
                              "The full path to this module is:\n"
                              "%s\n"
                              "The error reported was:\n"
-                             "dlopen: %s"),
+                             "%s"),
                            name, buf, dlerror());
        free(m);
        return NULL;
@@ -135,7 +135,7 @@
                              "The full path to this module is:\n"
                              "%s\n"
                              "The error reported was:\n"
-                             "dlsym: %s"),
+                             "%s"),
                            name, buf, dlerror());
        dlclose(m->handle);
        free(m);




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to