ecore-evas-wayland: Fix error message for connect failures

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-10-19 15:18:41 -04:00
parent 8f338af511
commit 7f8b269c3e
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ ecore_evas_wayland_egl_new_internal(const char *disp_name, unsigned int parent,
if (!ecore_wl2_init())
{
ERR("Failed to initialize Ecore_Wayland");
ERR("Failed to initialize Ecore_Wl2");
return NULL;
}

View File

@ -137,7 +137,7 @@ ecore_evas_wayland_shm_new_internal(const char *disp_name, unsigned int parent,
if (!ecore_wl2_init())
{
ERR("Failed to initialize Ecore_Wayland");
ERR("Failed to initialize Ecore_Wl2");
return NULL;
}