Fix logging performance problem.

This commit is contained in:
Gunnar Beutner 2013-09-16 08:59:28 +02:00
parent aba260e695
commit 21c35aabf4
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ void StreamLogger::ProcessLogEntry(std::ostream& stream, bool tty, const LogEntr
if (tty)
stream << "\x1b[0m"; // clear colors
stream << std::endl;
stream << "\n";
}
/**