aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--backends/wininput.c4
1 files changed, 2 insertions, 2 deletions
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;
}