mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-09 16:02:46 +08:00
Made daemon take full responsibility for logging #4128
This commit is contained in:
@@ -141,7 +141,7 @@ CIpcClientProxy::send(const CIpcMessage& message)
|
||||
// also, don't allow the dtor to destroy the stream while we're using it.
|
||||
CArchMutexLock lock(m_writeMutex);
|
||||
|
||||
LOG((CLOG_DEBUG "ipc write: %d", message.type()));
|
||||
LOG((CLOG_DEBUG4 "ipc write: %d", message.type()));
|
||||
|
||||
switch (message.type()) {
|
||||
case kIpcLogLine: {
|
||||
|
||||
Reference in New Issue
Block a user