Add error message to help people find the problem

This commit is contained in:
Vincent Torri 2021-03-31 11:10:23 +02:00
parent 11e24eaaa6
commit 0dfdb54d00
1 changed files with 1 additions and 0 deletions

View File

@ -292,6 +292,7 @@ entice_image_set(Evas_Object *obj, Eina_List *image)
{
ERR("Could not load image '%s' : \"%s\"\n",
filename, evas_load_error_str(err));
ERR("Verify that the Evas loader is available for this image if you think it is a valid image");
return;
}