mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-12 15:51:45 +02:00
Change some log levels
This commit is contained in:
parent
aee4f3144b
commit
9c01849a64
5 changed files with 21 additions and 19 deletions
|
@ -71,7 +71,7 @@ bool OpusDecoder::decode(msg::PcmChunk* chunk)
|
|||
}
|
||||
else
|
||||
{
|
||||
LOG(DEBUG, LOG_TAG) << "Decode chunk: " << decoded_frames << " frames, size: " << chunk->payloadSize
|
||||
LOG(TRACE, LOG_TAG) << "Decode chunk: " << decoded_frames << " frames, size: " << chunk->payloadSize
|
||||
<< " bytes, decoded: " << decoded_frames * sample_format_.frameSize() << " bytes\n";
|
||||
|
||||
// copy encoded data to chunk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue