mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-07 03:37:42 +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
|
@ -126,7 +126,7 @@ void ProcessStream::onStderrMsg(const char* buffer, size_t n)
|
|||
{
|
||||
string line = trim_copy(string(buffer, n));
|
||||
if ((line.find('\0') == string::npos) && !line.empty())
|
||||
logO << "(" << exe_ << ") " << line << "\n";
|
||||
logO << "(" << getName() << ") " << line << "\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue