From e974e134a751f6bc71073a90d58cdedba321e56c Mon Sep 17 00:00:00 2001 From: Choi Munseok Date: Sat, 23 Mar 2013 16:16:41 +0900 Subject: [PATCH] Fix a log Change-Id: Ibaf5d733e5c3afb57ec4b6c74d9c62da28ac9174 Signed-off-by: Choi Munseok --- src/ui/FUi_Window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/FUi_Window.cpp b/src/ui/FUi_Window.cpp index 41f711a..3e0c508 100644 --- a/src/ui/FUi_Window.cpp +++ b/src/ui/FUi_Window.cpp @@ -524,7 +524,7 @@ _Window::OnWindowStateChanged(void) int rotation = pEcoreEvas->GetWindowRotation(*this); Rectangle bounds = GetBounds(); - SysLog(NID_UI, "[Window-based Rotation][Window : 0x%x, %d, %d, %d, %d] OnWindowStateChanged is called with prev rotation(__rotation) and cur rotation(rotation)", + SysLog(NID_UI, "[Window-based Rotation][Window : 0x%x, %d, %d, %d, %d] OnWindowStateChanged is called with prev rotation(%d) and cur rotation(%d)", GetNativeHandle(), bounds.x, bounds.y, bounds.width, bounds.height, __rotation, rotation); if (__rotation != rotation) -- 2.7.4