Browse Source

* sane log messages: Log.cpp

pull/317/head
hagen 9 years ago
parent
commit
6c0dfc4356
  1. 2
      Log.cpp

2
Log.cpp

@ -49,7 +49,7 @@ void Log::SetLogFile (const std::string& fullFilePath) @@ -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…
Cancel
Save