diff options
author | Jean Guyomarc'h <jean@guyomarch.bzh> | 2017-03-09 22:17:43 +0100 |
---|---|---|
committer | Jean Guyomarc'h <jean@guyomarch.bzh> | 2017-03-09 23:16:16 +0100 |
commit | 9ba17f6902ebdde417b4d56aedb8663bd09bf2d2 (patch) | |
tree | ed5ba6c817ccd0fb319033768b2abf4a6c685656 | |
parent | a0a957bb7dea3b746c7006e828f1021002e15663 (diff) |
edje: better error message when a po file does not exist
-rw-r--r-- | src/bin/edje/edje_cc_out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/edje/edje_cc_out.c b/src/bin/edje/edje_cc_out.c index fc456b819d..367b266e78 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) | |||
1752 | } | 1752 | } |
1753 | } | 1753 | } |
1754 | else | 1754 | else |
1755 | error_and_abort(mw->ef, "Invalid .po file."); | 1755 | error_and_abort(mw->ef, "Invalid .po file \"%s\".", po_path); |
1756 | } | 1756 | } |
1757 | free(mw); | 1757 | free(mw); |
1758 | } | 1758 | } |