mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-27 23:17:04 +02:00
Makre resync more tolerant
This commit is contained in:
parent
5ab89e1a54
commit
2b14641704
5 changed files with 103 additions and 86 deletions
|
@ -136,7 +136,7 @@ void StreamServer::onChunkRead(const PcmStream* pcmStream, std::shared_ptr<msg::
|
|||
|
||||
void StreamServer::onResync(const PcmStream* pcmStream, double ms)
|
||||
{
|
||||
LOG(INFO) << "onResync (" << pcmStream->getName() << "): " << ms << "ms\n";
|
||||
LOG(INFO) << "onResync (" << pcmStream->getName() << "): " << ms << " ms\n";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue