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 % time_string
% level % level
<< format << format
<< "\n"; << std::endl;
} }