mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-24 22:46:14 +02:00
adjusted log tags
This commit is contained in:
parent
2872527e0b
commit
750df78090
6 changed files with 10 additions and 10 deletions
|
@ -208,7 +208,7 @@ SampleFormat OggDecoder::setHeader(msg::Header* chunk)
|
|||
++ptr;
|
||||
}
|
||||
|
||||
logE << "Encoded by: " << vc.vendor << "\n";
|
||||
logO << "Encoded by: " << vc.vendor << "\n";
|
||||
|
||||
/// OK, got and parsed all three headers. Initialize the Vorbis packet->PCM decoder.
|
||||
if (vorbis_synthesis_init(&vd, &vi) == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue