mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-19 17:01:36 +03:00
corrected inconsistent log messages
This commit is contained in:
parent
2307b7a40a
commit
4d4eecdb5a
@ -1778,12 +1778,11 @@ COSXScreen::handleCGInputEventSecondary(CGEventTapProxy proxy,
|
||||
}
|
||||
}
|
||||
if (showCursor) {
|
||||
LOG((CLOG_DEBUG "Trying to show cursor from local event. (type = %d)", type));
|
||||
LOG((CLOG_DEBUG "show cursor, event type %d", type));
|
||||
screen->showCursor();
|
||||
screen->m_cursorHidden = false;
|
||||
}
|
||||
}
|
||||
LOG((CLOG_DEBUG2 "Local event? (type = %d)", type));
|
||||
return event;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user