mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +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
|
else
|
||||||
stream << result << " " << message << "\n";
|
stream << result << " " << message << "\n";
|
||||||
}
|
}
|
||||||
|
stream.flush();
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string format_;
|
std::string format_;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue