From 70636ff947e2b8c298e2b472d548c51d9a96523b Mon Sep 17 00:00:00 2001 From: sebastid Date: Sat, 27 Aug 2005 10:17:59 +0000 Subject: [PATCH] Remove debug comment. SVN revision: 16382 --- src/bin/e_module.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_module.c b/src/bin/e_module.c index 71c1f6b07..945a63a06 100644 --- a/src/bin/e_module.c +++ b/src/bin/e_module.c @@ -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);