widget: Reduce WRN to DBG for on_focus_region message

Many widgets don't implement this function, and this case is
perfectly well handled by the caller. No need to WRN here.
This commit is contained in:
Jean-Philippe Andre 2017-02-16 22:00:19 +09:00
parent 4fdd30bce5
commit 1166f753fb
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ _elm_widget_mirrored_reload(Evas_Object *obj)
EOLIAN static Eina_Bool
_elm_widget_on_focus_region(Eo *obj, Elm_Widget_Smart_Data *_pd EINA_UNUSED, Evas_Coord *x EINA_UNUSED, Evas_Coord *y EINA_UNUSED, Evas_Coord *w EINA_UNUSED, Evas_Coord *h EINA_UNUSED)
{
WRN("The %s widget does not implement the \"on_focus_region\" function.",
DBG("The %s widget does not implement the \"on_focus_region\" function.",
efl_class_name_get(efl_class_get(obj)));
return EINA_FALSE;