mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 07:36:41 +02:00
Change some log levels
This commit is contained in:
parent
aee4f3144b
commit
9c01849a64
5 changed files with 21 additions and 19 deletions
|
@ -86,7 +86,7 @@ void StreamSession::send(shared_const_buffer const_buf)
|
|||
|
||||
if (messages_.size() > 1)
|
||||
{
|
||||
LOG(DEBUG, LOG_TAG) << "outstanding async_write\n";
|
||||
LOG(TRACE, LOG_TAG) << "outstanding async_write\n";
|
||||
return;
|
||||
}
|
||||
send_next();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue