summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Zaoui <daniel.zaoui@samsung.com>2014-05-04 08:14:42 +0300
committerTom Hacohen <tom@stosb.com>2014-05-12 11:14:20 +0100
commit97882f3ed34a4f94a6d3fc1b9b39b79a82acf9bf (patch)
treebb152a45c23aa814111f3b7e62067883c25debcb
parent0bcc26f7e30e4dd2e74c31ef600b2716dd585c49 (diff)
downloadefl-devs/tasn/eo-events-hash.tar.gz
Eo: add more info when an event already existsdevs/tasn/eo-events-hash
-rw-r--r--src/lib/eo/eo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c
index 77d727b648..0ba405f394 100644
--- a/src/lib/eo/eo.c
+++ b/src/lib/eo/eo.c
@@ -1442,7 +1442,7 @@ eo_class_new(const Eo_Class_Description *desc, const Eo_Class *parent_id, ...)
if (eina_hash_find(_eo_events_hash, event->name))
{
- ERR("Event named '%s' was already found. This may cause issues.", event->name);
+ ERR("%s: Event named '%s' was already found. This may cause issues.", klass->desc->name, event->name);
}
eina_hash_direct_add(_eo_events_hash, event->name, event);