edje edje_cc_handlers.c: Better error message. Now it's kind.

SVN revision: 82154
This commit is contained in:
Daniel Juyung Seo 2013-01-04 07:35:28 +00:00
parent fd53160232
commit 9b252e40d4
1 changed files with 2 additions and 2 deletions

View File

@ -2490,8 +2490,8 @@ st_collections_group_name(void)
}
double_named_group:
ERR("Invalid group, only a single name statement is valid for group, use "
"alias instead.");
ERR("Invalid group '%s', only a single name statement is valid for group,"
"use alias instead.", current_de->entry);
exit(-1);
}