mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 00:29:35 +02:00
Fix typos in log messages
This commit is contained in:
parent
a8bfc32be5
commit
322f270839
3 changed files with 3 additions and 3 deletions
|
@ -134,7 +134,7 @@ void StreamSession::send_next()
|
|||
messages_.pop_front();
|
||||
if (ec)
|
||||
{
|
||||
LOG(ERROR, LOG_TAG) << "StreamSession write error (msg lenght: " << length << "): " << ec.message() << "\n";
|
||||
LOG(ERROR, LOG_TAG) << "StreamSession write error (msg length: " << length << "): " << ec.message() << "\n";
|
||||
messageReceiver_->onDisconnect(this);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue