mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 03:37:49 +02:00
* tune logs
This commit is contained in:
parent
cd549937c5
commit
05043f30dc
11 changed files with 70 additions and 73 deletions
2
Log.cpp
2
Log.cpp
|
@ -65,7 +65,7 @@ void Log::SetLogLevel (const std::string& level)
|
|||
LogPrint(eLogError, "Log: Unknown loglevel: ", level);
|
||||
return;
|
||||
}
|
||||
LogPrint(eLogInfo, "Log: min msg level set to ", level);
|
||||
LogPrint(eLogInfo, "Log: min messages level set to ", level);
|
||||
}
|
||||
|
||||
void Log::SetLogStream (std::ostream * logStream)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue