#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
parent 0c28da7d9f
commit df2793c1fa
1 changed files with 1 additions and 1 deletions

View File

@ -1928,7 +1928,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) {