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