This commit is contained in:
Peter Thorson
2013-04-24 07:03:36 -05:00
parent 0bc908674a
commit e304deacad

View File

@@ -82,7 +82,7 @@ public:
*m_out << "[" << get_timestamp() << "] "
<< "[" << names::channel_name(channel) << "] "
<< msg << "\n";
m_out.flush();
m_out->flush();
}
void write(level channel, const char* msg) {
@@ -91,7 +91,7 @@ public:
*m_out << "[" << get_timestamp() << "] "
<< "[" << names::channel_name(channel) << "] "
<< msg << "\n";
m_out.flush();
m_out->flush();
}
bool static_test(level channel) const {