Fix a log
authorChoi Munseok <ms47.choi@samsung.com>
Sat, 23 Mar 2013 07:16:41 +0000 (16:16 +0900)
committerChoi Munseok <ms47.choi@samsung.com>
Sat, 23 Mar 2013 07:16:41 +0000 (16:16 +0900)
Change-Id: Ibaf5d733e5c3afb57ec4b6c74d9c62da28ac9174
Signed-off-by: Choi Munseok <ms47.choi@samsung.com>
src/ui/FUi_Window.cpp

index 41f711a..3e0c508 100644 (file)
@@ -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)