mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 07:36:41 +02:00
Add empty line
This commit is contained in:
parent
5fd587a75d
commit
d0935f4dee
1 changed files with 1 additions and 0 deletions
|
@ -719,6 +719,7 @@ void Server::onMessageReceived(StreamSession* streamSession, const msg::BaseMess
|
|||
LOG(DEBUG, LOG_TAG) << "onMessageReceived: " << baseMessage.type << ", size: " << baseMessage.size << ", id: " << baseMessage.id
|
||||
<< ", refers: " << baseMessage.refersTo << ", sent: " << baseMessage.sent.sec << "," << baseMessage.sent.usec
|
||||
<< ", recv: " << baseMessage.received.sec << "," << baseMessage.received.usec << "\n";
|
||||
|
||||
std::lock_guard<std::mutex> lock(Config::instance().getMutex());
|
||||
if (baseMessage.type == message_type::kTime)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue