#6116 Change log level for unknown quartz event type to DEBUG3
This commit is contained in:
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) {
|
||||
|
|
Loading…
Reference in New Issue