bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=07b69d3d85a6c6e5e2180636b34313313fae6bba
commit 07b69d3d85a6c6e5e2180636b34313313fae6bba Author: Marcel Hollerbach <[email protected]> Date: Wed Oct 10 14:07:36 2018 +0200 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; --
