Add missing Flush() call in the CompatLogger class

fixes #7511
This commit is contained in:
Gunnar Beutner 2014-12-08 09:55:40 +01:00
parent cf2b6e7ccc
commit a2bd3a9576
1 changed files with 1 additions and 0 deletions

View File

@ -361,6 +361,7 @@ void CompatLogger::ExternalCommandHandler(const String& command, const std::vect
{
ObjectLock oLock(this);
WriteLine(msgbuf.str());
Flush();
}
}