cedric pushed a commit to branch master.
commit cb5dbb55c38e53f69122dacb436b608f5e8ad0ea
Author: Cedric Bail <[email protected]>
Date: Fri Jul 5 10:18:19 2013 +0900
eo: reporting error here just make the caller code more complex for nothing
valuable.
---
src/lib/eo/eo_base_class.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lib/eo/eo_base_class.c b/src/lib/eo/eo_base_class.c
index 2cde9ff..aa957a9 100644
--- a/src/lib/eo/eo_base_class.c
+++ b/src/lib/eo/eo_base_class.c
@@ -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
--
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev