core/log: print path to detailed log instead of text log on launch

This commit is contained in:
outfoxxed 2025-06-11 14:03:37 -07:00
parent 2a8479d635
commit 09981a0498
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -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