From: Jean Guyomarc'h Date: Thu, 9 Mar 2017 21:17:43 +0000 (+0100) Subject: edje: better error message when a po file does not exist X-Git-Tag: upstream/1.20.0~1763 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ba17f6902ebdde417b4d56aedb8663bd09bf2d2;p=platform%2Fupstream%2Fefl.git edje: better error message when a po file does not exist --- diff --git a/src/bin/edje/edje_cc_out.c b/src/bin/edje/edje_cc_out.c index fc456b8..367b266 100644 --- a/src/bin/edje/edje_cc_out.c +++ b/src/bin/edje/edje_cc_out.c @@ -1752,7 +1752,7 @@ data_write_mo(Eet_File *ef, int *mo_num) } } else - error_and_abort(mw->ef, "Invalid .po file."); + error_and_abort(mw->ef, "Invalid .po file \"%s\".", po_path); } free(mw); }