eo: reporting error here just make the caller code more complex for nothing valuable.

This commit is contained in:
Cedric Bail 2013-07-05 10:18:19 +09:00
parent 27b7ab457e
commit cb5dbb55c3
1 changed files with 2 additions and 2 deletions

View File

@ -407,7 +407,7 @@ _ev_cb_del(Eo *obj, void *class_data, va_list *list)
}
}
ERR("Callback of object %p with function %p and data %p not found.", obj, func, user_data);
DBG("Callback of object %p with function %p and data %p not found.", obj, func, user_data);
}
static void
@ -454,7 +454,7 @@ _ev_cb_array_del(Eo *obj, void *class_data, va_list *list)
}
}
ERR("Callback of object %p with function array %p and data %p not found.", obj, array, user_data);
DBG("Callback of object %p with function array %p and data %p not found.", obj, array, user_data);
}
static void