adjusted log tags

This commit is contained in:
badaix 2016-03-22 23:37:19 +01:00
parent 2872527e0b
commit 750df78090
6 changed files with 10 additions and 10 deletions

View file

@ -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)