From 0d811963c1498aa625b5438bf66dbb677a0d4494 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 28 May 2015 17:06:18 +0100 Subject: fixup all the remaining logging macro callsites The semantic patch tool appears to have missed some difficult to reason about callsites which have now been manually cleaned up --- windows/prefs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows/prefs.c') diff --git a/windows/prefs.c b/windows/prefs.c index e933cc10d..1f8dfc95e 100644 --- a/windows/prefs.c +++ b/windows/prefs.c @@ -266,7 +266,7 @@ static BOOL CALLBACK options_appearance_dialog_handler(HWND hwnd, case WM_COMMAND: - LOG(("WM_COMMAND Identifier 0x%x",LOWORD(wparam))); + LOG("WM_COMMAND Identifier 0x%x",LOWORD(wparam)); switch(LOWORD(wparam)) { case IDC_PREFS_PROXYTYPE: -- cgit v1.2.3