mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-02 09:56:52 +08:00
added retry to installer for synrgyhk.dll file delete problem, seems to help.
added hack to daemon to suppresses service controller false positive error. tidied up a few of the log lines to make the place look nicer for newbies. removed annoying build line from dist command.
This commit is contained in:
@@ -126,7 +126,7 @@ CEventQueue::adoptBuffer(IEventQueueBuffer* buffer)
|
||||
if (m_events.size() != 0) {
|
||||
// this can come as a nasty surprise to programmers expecting
|
||||
// their events to be raised, only to have them deleted.
|
||||
LOG((CLOG_WARN "discarding %d event(s), sorry", m_events.size()));
|
||||
LOG((CLOG_DEBUG "discarding %d event(s)", m_events.size()));
|
||||
}
|
||||
|
||||
// discard old buffer and old events
|
||||
|
||||
Reference in New Issue
Block a user