mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-17 23:23:47 +02:00
Use std::clog instead of std::cout to avoid buffering (#1915)
This commit is contained in:
parent
4e4fed8965
commit
1f19657406
@ -14,7 +14,7 @@ namespace CppUnit {
|
||||
|
||||
|
||||
TestRunner::TestRunner():
|
||||
_ostr(std::cout)
|
||||
_ostr(std::clog)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user