From: Choi Munseok Date: Sat, 23 Mar 2013 07:16:41 +0000 (+0900) Subject: Fix a log X-Git-Tag: accepted/tizen_2.1/20130425.033138~763^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e974e134a751f6bc71073a90d58cdedba321e56c;p=platform%2Fframework%2Fnative%2Fuifw.git Fix a log Change-Id: Ibaf5d733e5c3afb57ec4b6c74d9c62da28ac9174 Signed-off-by: Choi Munseok --- 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)