ecore_wl2: fix build break 87/191087/1
authorHosang Kim <hosang12.kim@samsung.com>
Thu, 11 Oct 2018 07:49:18 +0000 (16:49 +0900)
committerHosang Kim <hosang12.kim@samsung.com>
Thu, 11 Oct 2018 07:49:53 +0000 (16:49 +0900)
 when i tested this commit i had wayland turned off. Sorry for the
 noise.

Change-Id: I25e3a3557c700a7b6d60803bb79d8bd0b290599c

src/lib/ecore_wl2/ecore_wl2.c

index dbd750d..2d72892 100644 (file)
@@ -100,7 +100,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;