From c69502e11cbfd45d3b2be20a504194e3a3ebf1fc Mon Sep 17 00:00:00 2001 From: Michael Black Date: Sat, 30 Nov 2019 10:27:49 -0600 Subject: [PATCH] Fix rigctld for win32 build --- tests/rigctld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rigctld.c b/tests/rigctld.c index 3b795fbda..c37a8aa05 100644 --- a/tests/rigctld.c +++ b/tests/rigctld.c @@ -165,7 +165,7 @@ static void sync_callback(int lock) #ifdef WIN32 static BOOL WINAPI CtrlHandler(DWORD fdwCtrlType) { - rig_debug(RIG_DEBUG_VERBOSE, "CtrlHandler called\n"); + rig_debug(RIG_DEBUG_VERBOSE, "%s: called\n", __func__); switch (fdwCtrlType) {