mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-16 08:06:04 +02:00
Lower log level
This commit is contained in:
parent
76a9cc4228
commit
5b9321b8c6
2 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ void ControlSessionTcp::send_next()
|
|||
}
|
||||
else
|
||||
{
|
||||
LOG(DEBUG, LOG_TAG) << "Wrote " << length << " bytes to control socket\n";
|
||||
LOG(TRACE, LOG_TAG) << "Wrote " << length << " bytes to control socket\n";
|
||||
}
|
||||
if (!messages_.empty())
|
||||
send_next();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue