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 committed by Mike Blumenkrantz
parent d4655bed9d
commit 98d204ede7
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;
}
}