mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-21 12:07:04 +02: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:
parent
ddb2d7feeb
commit
fbc4a89653
8 changed files with 62 additions and 24 deletions
|
@ -64,7 +64,7 @@ CIpcServer::handleClientConnecting(const CEvent&, void*)
|
|||
return;
|
||||
}
|
||||
|
||||
LOG((CLOG_NOTE "accepted ipc client connection"));
|
||||
LOG((CLOG_DEBUG "accepted ipc client connection"));
|
||||
|
||||
// TODO: delete on disconnect
|
||||
CIpcClientProxy* proxy = new CIpcClientProxy(*stream);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue