From 1d6be8fe4be93c9e2d8affc9d1120b8d06d27b31 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Sat, 17 Jan 2026 20:24:18 -0800 Subject: [PATCH] fix print message --- src/spice2x/hooks/graphics/graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }