bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6245e5a5794d150b0b6bdaa645438253c484fedf

commit 6245e5a5794d150b0b6bdaa645438253c484fedf
Author: Marcel Hollerbach <[email protected]>
Date:   Mon Dec 19 19:56:06 2016 +0100

    efl_ui_focus_manager: fix error message
---
 src/lib/elementary/efl_ui_focus_manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_focus_manager.c 
b/src/lib/elementary/efl_ui_focus_manager.c
index e8981c4..986e03f 100644
--- a/src/lib/elementary/efl_ui_focus_manager.c
+++ b/src/lib/elementary/efl_ui_focus_manager.c
@@ -1176,7 +1176,7 @@ _efl_ui_focus_manager_move(Eo *obj EINA_UNUSED, 
Efl_Ui_Focus_Manager_Data *pd, E
           efl_ui_focus_manager_focus(obj, candidate);
      }
 
-   F_DBG("Manager: %p moved to %s %s in direction %d", obj, 
DEBUG_TUPLE(candidate), direction);
+   F_DBG("Manager: %p moved to %p %s in direction %d", obj, candidate, 
efl_class_name_get(candidate), direction);
 
    return candidate;
 }

-- 


Reply via email to