From beb16fc50f5a60261e43abb33448a47b2194e769 Mon Sep 17 00:00:00 2001 From: tasn Date: Sun, 3 Jun 2012 08:42:18 +0000 Subject: [PATCH] Eo: print an error when trying to delete a non-existent callback. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@71658 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- lib/eo_base_class.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/eo_base_class.c b/lib/eo_base_class.c index 6370425..1559968 100644 --- a/lib/eo_base_class.c +++ b/lib/eo_base_class.c @@ -332,6 +332,8 @@ _ev_cb_del(Eo *obj, void *class_data, va_list *list) return; } } + + ERR("Callback of object %p with function %p and data %p not found.", obj, func, user_data); } static void -- 2.7.4