mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 11:04:00 +01:00
commit
64dbd9abdf
2
Log.cpp
2
Log.cpp
|
@ -13,7 +13,7 @@ static const char * g_LogLevelStr[eNumLogLevels] =
|
|||
|
||||
void LogMsg::Process()
|
||||
{
|
||||
auto& output = (log && log->GetLogStream ()) ? *log->GetLogStream () : std::cout;
|
||||
auto& output = (log && log->GetLogStream ()) ? *log->GetLogStream () : std::cerr;
|
||||
if (log)
|
||||
output << log->GetTimestamp ();
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue