mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 10:17:16 +02:00
Revert error message
This commit is contained in:
parent
8d715e6bfc
commit
76ef652ea8
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ void AirplayStream::pipeReadLine()
|
|||
}
|
||||
else
|
||||
{
|
||||
LOG(ERROR, LOG_TAG) << "Error while reading from metadata pipe: " << ec.category().name() << "\n" << ec.value() << ":\t" << ec.message() << "\n";
|
||||
LOG(ERROR, LOG_TAG) << "Error while reading from metadata pipe: " << ec.message() << "\n";
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue