#21 flush console

pull/32/head
Geoffrey Merck 4 years ago
parent 75abc130c1
commit 7e7c45ea18

@ -30,4 +30,5 @@ CLogTarget(logLevel)
void CLogConsoleTarget::printLogInt(const std::string& msg)
{
std::cout << msg;
std::cout.flush();
}
Loading…
Cancel
Save

Powered by TurnKey Linux.