mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-25 20:38:55 +02:00
leave no_delay option default
This commit is contained in:
parent
60ed5b46d4
commit
756dd428f0
6 changed files with 7 additions and 10 deletions
|
@ -71,7 +71,7 @@ void AirplayStream::onStderrMsg(const char* buffer, size_t n)
|
|||
string logmsg = trim_copy(string(buffer, n));
|
||||
if (logmsg.empty())
|
||||
return;
|
||||
logO << "(" << exe_ << ") " << logmsg << "\n";
|
||||
logO << "(" << getName() << ") " << logmsg << "\n";
|
||||
if (logmsg.find("Is another Shairport Sync running on this device") != string::npos)
|
||||
{
|
||||
logE << "Seem there is another Shairport Sync runnig on port " << port_ << ", switching to port " << port_ + 1 << "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue