diff --git a/source/Platform/Win32/Win32Display.cpp b/source/Platform/Win32/Win32Display.cpp index 57c0d0a..f9bc72c 100644 --- a/source/Platform/Win32/Win32Display.cpp +++ b/source/Platform/Win32/Win32Display.cpp @@ -296,10 +296,10 @@ void Win32Display::processMessage(UINT message, WPARAM wParam, LPARAM lParam) PostQuitMessage(0); break; case WM_SETFOCUS : - OutputDebugString("WM_SETFOCUS\n"); + Log::debug("WM_SETFOCUS"); break; case WM_KILLFOCUS : - OutputDebugString("WM_KILLFOCUS\n"); + Log::debug("WM_KILLFOCUS"); break; case WM_SIZE :