mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-09 07:22:21 +08:00
Made hook debug logging print at DEBUG1 rather than INFO level.
This commit is contained in:
@@ -690,7 +690,7 @@ CMSWindowsScreen::onPreDispatch(HWND hwnd,
|
||||
return onScreensaver(wParam != 0);
|
||||
|
||||
case SYNERGY_MSG_DEBUG:
|
||||
LOG((CLOG_INFO "hook: 0x%08x 0x%08x", wParam, lParam));
|
||||
LOG((CLOG_DEBUG1 "hook: 0x%08x 0x%08x", wParam, lParam));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user