mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 09:47:09 +02:00
Fix issue with logging to stdout (#1332)
This commit is contained in:
parent
8e9806f35c
commit
af636c3989
1 changed files with 1 additions and 0 deletions
|
@ -771,6 +771,7 @@ protected:
|
|||
else
|
||||
stream << result << " " << message << "\n";
|
||||
}
|
||||
stream.flush();
|
||||
}
|
||||
|
||||
std::string format_;
|
||||
|
|
Loading…
Add table
Reference in a new issue