eo: reporting error here just make the caller code more complex for nothing valuable.
authorCedric Bail <cedric.bail@samsung.com>
Fri, 5 Jul 2013 01:18:19 +0000 (10:18 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Fri, 5 Jul 2013 01:18:19 +0000 (10:18 +0900)
src/lib/eo/eo_base_class.c

index 2cde9ff..aa957a9 100644 (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