#6116 Change log level for unknown quartz event type to DEBUG3

This commit is contained in:
Nick Bolton 2017-07-31 14:08:02 +01:00 committed by Andrew Nelless
parent fa2b12bc63
commit d61d2c0d6c
1 changed files with 1 additions and 1 deletions

View File

@ -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) {