Added more verbose error to view_set_image.
[apps/native/sample/sample-core-components.git] / rule / project / src / view.c
index 7f5f6dc..bcade0c 100644 (file)
@@ -273,7 +273,7 @@ void view_set_image(Evas_Object *parent, const char *part_name, const char *imag
        }
 
        if (EINA_FALSE == elm_image_file_set(image, image_path, NULL)) {
-               dlog_print(DLOG_ERROR, LOG_TAG, "failed to set image.");
+               dlog_print(DLOG_ERROR, LOG_TAG, "failed to set image: %s", image_path);
                return;
        }