diff options
-rw-r--r-- | src/lib/eina/eina_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eina/eina_module.c b/src/lib/eina/eina_module.c index 9bc73b65ff..7c421e3d9c 100644 --- a/src/lib/eina/eina_module.c +++ b/src/lib/eina/eina_module.c | |||
@@ -330,7 +330,7 @@ EAPI Eina_Bool eina_module_load(Eina_Module *m) | |||
330 | 330 | ||
331 | if (!dl_handle) | 331 | if (!dl_handle) |
332 | { | 332 | { |
333 | ERR("could not dlopen(\"%s\", %s): %s", m->file, dlerror(), | 333 | DBG("could not dlopen(\"%s\", %s): %s", m->file, dlerror(), |
334 | (flag == RTLD_NOW) ? "RTLD_NOW" : "RTLD_LAZY"); | 334 | (flag == RTLD_NOW) ? "RTLD_NOW" : "RTLD_LAZY"); |
335 | return EINA_FALSE; | 335 | return EINA_FALSE; |
336 | } | 336 | } |