diff --git a/src/lib/base/Log.cpp b/src/lib/base/Log.cpp index 60393ec0..1b91ea8b 100644 --- a/src/lib/base/Log.cpp +++ b/src/lib/base/Log.cpp @@ -114,7 +114,7 @@ Log::getFilterName(int level) const } void -Log::print(const char* /*file*/, int /*line*/, const char* fmt, ...) +Log::print(const char* file, int line, const char* fmt, ...) { // check if fmt begins with a priority argument ELevel priority = kINFO;