From 271ac9e0578358c4b7fe7e840a6b843523ffe3e2 Mon Sep 17 00:00:00 2001 From: Andrew Nelless Date: Tue, 9 May 2017 19:32:29 +0100 Subject: [PATCH] Reduce local input detection notice to INFO level --- src/lib/platform/MSWindowsScreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/platform/MSWindowsScreen.cpp b/src/lib/platform/MSWindowsScreen.cpp index ce50c130..65cf5f4b 100644 --- a/src/lib/platform/MSWindowsScreen.cpp +++ b/src/lib/platform/MSWindowsScreen.cpp @@ -1055,7 +1055,7 @@ MSWindowsScreen::onPreDispatchSecondary(HWND, switch (message) { case SYNERGY_MSG_KEY: case SYNERGY_MSG_MOUSE_BUTTON: - LOG((CLOG_DEBUG1 "local input detected")); + LOG((CLOG_INFO "local input detected")); } return false;