Reduce local input detection notice to INFO level
This commit is contained in:
parent
c3530a0ff3
commit
271ac9e057
|
@ -1055,7 +1055,7 @@ MSWindowsScreen::onPreDispatchSecondary(HWND,
|
||||||
switch (message) {
|
switch (message) {
|
||||||
case SYNERGY_MSG_KEY:
|
case SYNERGY_MSG_KEY:
|
||||||
case SYNERGY_MSG_MOUSE_BUTTON:
|
case SYNERGY_MSG_MOUSE_BUTTON:
|
||||||
LOG((CLOG_DEBUG1 "local input detected"));
|
LOG((CLOG_INFO "local input detected"));
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue