Eo: print an error when trying to delete a non-existent callback.

SVN revision: 71658
This commit is contained in:
Tom Hacohen 2012-06-03 08:42:18 +00:00
parent b8aa1e41ed
commit a137241395
1 changed files with 2 additions and 0 deletions

View 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