Made daemon take full responsibility for logging #4128

This commit is contained in:
Xinyu Hou
2014-10-27 14:11:43 +00:00
parent 39b534f3b8
commit 6756296d85
13 changed files with 118 additions and 26 deletions

View File

@@ -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: {