Reduce local input detection notice to INFO level

This commit is contained in:
Andrew Nelless 2017-05-09 19:32:29 +01:00 committed by GitHub
parent c3530a0ff3
commit 271ac9e057
1 changed files with 1 additions and 1 deletions

View File

@ -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;