From 262cb2a3878af58863c8423c8452f9d725bb856c Mon Sep 17 00:00:00 2001
From: cbdev <cb@cbcdn.com>
Date: Fri, 15 May 2020 21:07:03 +0200
Subject: Clarify wininput message, do not build in debug mode

---
 backends/wininput.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'backends')

diff --git a/backends/wininput.c b/backends/wininput.c
index f5303cc..0f35364 100644
--- a/backends/wininput.c
+++ b/backends/wininput.c
@@ -1,5 +1,5 @@
 #define BACKEND_NAME "wininput"
-#define DEBUG
+//#define DEBUG
 
 #include <string.h>
 #include "wininput.h"
@@ -232,7 +232,7 @@ static uint64_t wininput_channel_key(instance* inst, char* spec, uint8_t flags){
 		}
 	}
 
-	LOGPF("Invalid channel specification %s", spec);
+	LOGPF("Unknown keyboard control %s", spec);
 	return 0;
 }
 
-- 
cgit v1.2.3