mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-12 06:35:04 +08:00
Reduce local input detection notice to INFO level
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user