From ed90b79dbb4cf9b7a822f89ec4dbf9ec3b7d4ae2 Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Tue, 21 Oct 2014 02:12:25 +0900 Subject: [PATCH] [example][evas] add error message, you cannot use this example without the image. --- src/examples/evas/evas-events.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/examples/evas/evas-events.c b/src/examples/evas/evas-events.c index 2f04248594..937a900e75 100644 --- a/src/examples/evas/evas-events.c +++ b/src/examples/evas/evas-events.c @@ -379,6 +379,7 @@ main(void) err = evas_object_image_load_error_get(d.img); if (err != EVAS_LOAD_ERROR_NONE) { + fprintf(stderr, "ERROR: Image loading failed! Aborting.\n"); goto panic; } else