debugwriter.h: Use unbuffered cerr instead of clog
This commit is contained in:
parent
c1aab96454
commit
f00cb60707
|
@ -56,7 +56,7 @@ public:
|
|||
|
||||
~Debug()
|
||||
{
|
||||
std::clog << buf.str() << std::endl;
|
||||
std::cerr << buf.str() << std::endl;
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue