Makre resync more tolerant

This commit is contained in:
badaix 2020-03-01 18:54:00 +01:00
parent 5ab89e1a54
commit 2b14641704
5 changed files with 103 additions and 86 deletions

View file

@ -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";
}