print time without date

pull/93/head
orignal 10 years ago
parent 7b0df27591
commit a25fe85b4d

@ -5,7 +5,7 @@ Log * g_Log = nullptr;
void LogMsg::Process()
{
output << boost::posix_time::second_clock::local_time() << " - ";
output << boost::posix_time::second_clock::local_time().time_of_day () << " - ";
output << s.str();
}

Loading…
Cancel
Save