edje: better error message when a po file does not exist
authorJean Guyomarc'h <jean@guyomarch.bzh>
Thu, 9 Mar 2017 21:17:43 +0000 (22:17 +0100)
committerJean Guyomarc'h <jean@guyomarch.bzh>
Thu, 9 Mar 2017 22:16:16 +0000 (23:16 +0100)
src/bin/edje/edje_cc_out.c

index fc456b8..367b266 100644 (file)
@@ -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);
                }