summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);