mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-24 03:48:32 +02:00
less logging
This commit is contained in:
parent
8cf069642d
commit
712dbe9937
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ void CoreAudioPlayer::playerCallback(AudioQueueRef queue, AudioQueueBufferRef bu
|
|||
char *buffer = (char*)bufferRef->mAudioData;
|
||||
if (!pubStream_->getPlayerChunk(buffer, delay, frames_))
|
||||
{
|
||||
logO << "Failed to get chunk. Playing silence.\n";
|
||||
// logO << "Failed to get chunk. Playing silence.\n";
|
||||
memset(buffer, 0, buff_size_);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue