Apply gem
[platform/framework/native/shell.git] / src / FShell_AppWidgetView.cpp
index 32551bc..d87c795 100644 (file)
@@ -716,7 +716,7 @@ _AppWidgetView::OnAppWidgetUpdated(int pixmap)
                __pPixmapEventHandler.reset(ecore_event_handler_add(ECORE_X_EVENT_DAMAGE_NOTIFY, OnPixmapDamaged, (void*)this));
                SysTryReturnVoidResult(NID_SHELL, __pPixmapEventHandler, E_OUT_OF_MEMORY, "[E_OUT_OF_MEMORY] Memory is insufficient.");
 */
-               SysLog(NID_SHELL, "[0x%x][%d %d]", surface.data.x11.pixmap, absoluteBounds.x, absoluteBounds.y);
+               SysLog(NID_SHELL, "[0x%x][%f %f]", surface.data.x11.pixmap, absoluteBounds.x, absoluteBounds.y);
        }
 
        SysLog(NID_SHELL, "[%d %d %d %d]", x, y, width, height);