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

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