From 09981a0498131950624c31d605895a01ea889c80 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Wed, 11 Jun 2025 14:03:37 -0700 Subject: [PATCH] core/log: print path to detailed log instead of text log on launch --- src/core/logging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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