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)