Remove debug comment.

SVN revision: 16382
This commit is contained in:
sebastid 2005-08-27 10:17:59 +00:00 committed by sebastid
parent 25a0d79c4b
commit 70636ff947
1 changed files with 2 additions and 2 deletions

View 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);