#6266 Tweek log level for debugging display reconfiguration on Mac

This commit is contained in:
Jerry (Xinyu Hou) 2018-03-08 16:33:16 +00:00
parent 0f2c7099c5
commit ea5be67b27
1 changed files with 1 additions and 1 deletions

View File

@ -1175,7 +1175,7 @@ OSXScreen::displayReconfigurationCallback(CGDirectDisplayID displayID, CGDisplay
kCGDisplayMirrorFlag | kCGDisplayUnMirrorFlag |
kCGDisplayDesktopShapeChangedFlag;
LOG((CLOG_DEBUG1 "event: display was reconfigured: %x %x %x", flags, mask, flags & mask));
LOG((CLOG_DEBUG "event: display was reconfigured: %x %x %x", flags, mask, flags & mask));
if (flags & mask) { /* Something actually did change */