Fix error print when wl_wl fails to start

Probably copypastad from wl_drm, very confusing.
This commit is contained in:
Derek Foreman 2016-09-13 10:32:37 -05:00
parent b40d6aafc7
commit def99a337f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ e_modapi_init(E_Module *m)
}
else
{
fprintf(stderr, "Could not create ecore_evas_drm canvas");
fprintf(stderr, "Could not create wayland canvas");
return NULL;
}
}