Remove debug comment.
authorsebastid <sebastid>
Sat, 27 Aug 2005 10:17:59 +0000 (10:17 +0000)
committersebastid <sebastid@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 27 Aug 2005 10:17:59 +0000 (10:17 +0000)
SVN revision: 16382

src/bin/e_module.c

index 71c1f6b..945a63a 100644 (file)
@@ -113,7 +113,7 @@ e_module_new(char *name)
                              "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 @@ e_module_new(char *name)
                              "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);