mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02:00
* sane log messages: Log.cpp
This commit is contained in:
parent
d9af8c31a2
commit
6c0dfc4356
1 changed files with 1 additions and 1 deletions
2
Log.cpp
2
Log.cpp
|
@ -49,7 +49,7 @@ void Log::SetLogFile (const std::string& fullFilePath)
|
|||
if (logFile->is_open ())
|
||||
{
|
||||
SetLogStream (logFile);
|
||||
LogPrint("Logging to file ", fullFilePath, " enabled.");
|
||||
LogPrint(eLogInfo, "Log: will send messages to ", fullFilePath);
|
||||
}
|
||||
else
|
||||
delete logFile;
|
||||
|
|
Loading…
Add table
Reference in a new issue