mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-18 23:16:37 +02:00
print time without date
This commit is contained in:
parent
7b0df27591
commit
a25fe85b4d
1 changed files with 1 additions and 1 deletions
2
Log.cpp
2
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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue