diff --git a/src/core/logging.cpp b/src/core/logging.cpp index 57b63e18..6fe80caa 100644 --- a/src/core/logging.cpp +++ b/src/core/logging.cpp @@ -353,7 +353,7 @@ void ThreadLogging::initFs() { delete file; file = nullptr; } else { - qInfo() << "Saving logs to" << path; + qInfo() << "Saving logs to" << detailedPath; } // buffered by WriteBuffer