diff --git a/Log.cpp b/Log.cpp index 8ab9380e..b4e7ee34 100644 --- a/Log.cpp +++ b/Log.cpp @@ -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(); }