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

@ -100,7 +100,7 @@ void SpotifyStream::onStderrMsg(const char* buffer, size_t n)
(logmsg.find('\0') == string::npos) &&
(logmsg.size() > 4))
{
logO << "(" << exe_ << ") " << logmsg << "\n";
logO << "(" << getName() << ") " << logmsg << "\n";
}
}