Eo: print an error when trying to delete a non-existent callback.
authorTom Hacohen <tom@stosb.com>
Sun, 3 Jun 2012 08:42:18 +0000 (08:42 +0000)
committerTom Hacohen <tom@stosb.com>
Sun, 3 Jun 2012 08:42:18 +0000 (08:42 +0000)
SVN revision: 71658

legacy/eobj/lib/eo_base_class.c

index 6370425..1559968 100644 (file)
@@ -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