Eolian: add filename to error message

This commit is contained in:
Daniel Zaoui 2015-03-17 09:32:54 +02:00
parent c0cbcd9802
commit d7d9317da4
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ eo_parser_database_fill(const char *filename, Eina_Bool eot)
Eo_Lexer *ls = eo_lexer_new(filename);
if (!ls)
{
ERR("unable to create lexer");
ERR("unable to create lexer for file %s", filename);
return EINA_FALSE;
}