diff options
Diffstat (limited to '')
-rw-r--r-- | src/Logger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Logger.cpp b/src/Logger.cpp index 819cd09e7..a52ca471d 100644 --- a/src/Logger.cpp +++ b/src/Logger.cpp @@ -30,7 +30,7 @@ void cLogger::InitiateMultithreading() -void cLogger::LogSimple(AString a_Message, eLogLevel a_LogLevel) +void cLogger::LogSimple(const AString & a_Message, eLogLevel a_LogLevel) { time_t rawtime; time(&rawtime); |