Ensure the log is flushed at end of print

This commit is contained in:
Danny Robson 2012-05-11 12:18:27 +10:00
parent 7281930a39
commit 820f28d4b1

View File

@ -130,5 +130,5 @@ util::detail::log (level_t level, boost::format &&format) {
% time_string
% level
<< format
<< "\n";
<< std::endl;
}