diff options
-rw-r--r-- | src/lib/ecore_wl2/ecore_wl2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_wl2/ecore_wl2.c b/src/lib/ecore_wl2/ecore_wl2.c index 81573da85a..ce209a6ab9 100644 --- a/src/lib/ecore_wl2/ecore_wl2.c +++ b/src/lib/ecore_wl2/ecore_wl2.c | |||
@@ -85,7 +85,7 @@ _ecore_wl2_surface_modules_init(void) | |||
85 | 85 | ||
86 | if (!eina_module_load(local_module)) | 86 | if (!eina_module_load(local_module)) |
87 | { | 87 | { |
88 | ERR("Cannot load module %s", local_module->file); | 88 | ERR("Cannot load module %s", path); |
89 | eina_module_free(local_module); | 89 | eina_module_free(local_module); |
90 | local_module = NULL; | 90 | local_module = NULL; |
91 | return EINA_FALSE; | 91 | return EINA_FALSE; |