diff --git a/src/spice2x/hooks/graphics/graphics.cpp b/src/spice2x/hooks/graphics/graphics.cpp index a0b8600..8dc2b89 100644 --- a/src/spice2x/hooks/graphics/graphics.cpp +++ b/src/spice2x/hooks/graphics/graphics.cpp @@ -726,7 +726,7 @@ static BOOL WINAPI ShowWindow_hook(HWND hWnd, int nCmdShow) { if (games::gitadora::is_arena_model() && games::gitadora::ARENA_SINGLE_WINDOW && hWnd != GRAPHICS_WINDOW_MAIN) { - log_info("graphics", "ShowWindow_hook - hiding sub window 0x{}", fmt::ptr(hWnd)); + log_info("graphics", "ShowWindow_hook - hiding sub window {}", fmt::ptr(hWnd)); return true; }