diff --git a/Log.cpp b/Log.cpp index a25b25e8..c20e0761 100644 --- a/Log.cpp +++ b/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;