leave no_delay option default

This commit is contained in:
badaix 2016-11-10 09:14:13 +01:00
parent 60ed5b46d4
commit 756dd428f0
6 changed files with 7 additions and 10 deletions

View file

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