mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-11 06:05:08 +08:00
#6116 Change log level for unknown quartz event type to DEBUG3
This commit is contained in:
committed by
Andrew Nelless
parent
fa2b12bc63
commit
d61d2c0d6c
@@ -1979,7 +1979,7 @@ OSXScreen::handleCGInputEvent(CGEventTapProxy proxy,
|
||||
break;
|
||||
}
|
||||
|
||||
LOG((CLOG_WARN "unknown quartz event type: 0x%02x", type));
|
||||
LOG((CLOG_DEBUG3 "unknown quartz event type: 0x%02x", type));
|
||||
}
|
||||
|
||||
if (screen->m_isOnScreen) {
|
||||
|
||||
Reference in New Issue
Block a user