elm - focus mgs - demote an err to a focus debug for disconnected widgets

This commit is contained in:
Carsten Haitzler 2023-10-24 09:41:41 +01:00
parent 9f3d7b9cff
commit b17bd6574f
1 changed files with 1 additions and 1 deletions

View File

@ -1526,7 +1526,7 @@ _efl_ui_focus_manager_calc_efl_ui_focus_manager_manager_focus_set(Eo *obj, Efl_U
} }
else else
{ {
ERR("Could not fetch a node located at %p", node->focusable); F_DBG("Could not fetch a node located at %p", node->focusable);
goto end; goto end;
} }
} }