From 07b69d3d85a6c6e5e2180636b34313313fae6bba Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Wed, 10 Oct 2018 14:07:36 +0200 Subject: [PATCH] ecore_wl2: fix build break when i tested this commit i had wayland turned off. Sorry for the noise. --- src/lib/ecore_wl2/ecore_wl2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) if (!eina_module_load(local_module)) { - ERR("Cannot load module %s", local_module->file); + ERR("Cannot load module %s", path); eina_module_free(local_module); local_module = NULL; return EINA_FALSE;