From 1c29f6373e490d6d5d3085e5ebe9fcb91085b0af Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Fri, 13 Mar 2020 14:33:03 +0800 Subject: [PATCH] fix a conditional compilation error --- src/include/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/debug.h b/src/include/debug.h index 3da8b931..7ed5f24b 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -162,7 +162,7 @@ dump_message (const MSG* msg, const char* name) name, msg->message, Message2Str (msg->message), msg->hwnd, (PVOID)msg->wParam, (PVOID)msg->lParam); #else - _MG_PRINTF ("Message(%s): %u, Wnd: %p, wP: %p, lP: %p.\n", + _MG_PRINTF ("Message(%s) for %s: %u, Wnd: %p, wP: %p, lP: %p.\n", #ifdef _MGHAVE_VIRTUAL_WINDOW msg->pSyncMsg?"SYNC":"NORM", #else