ecore_wl2: fix build break

when i tested this commit i had wayland turned off. Sorry for the noise.
This commit is contained in:
Marcel Hollerbach 2018-10-10 14:07:36 +02:00
parent e7b6e55f42
commit 07b69d3d85
1 changed files with 1 additions and 1 deletions

View File

@ -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;