Skip to content

Commit 09981a0

Browse files
committed
core/log: print path to detailed log instead of text log on launch
1 parent 2a8479d commit 09981a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/logging.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ void ThreadLogging::initFs() {
353353
delete file;
354354
file = nullptr;
355355
} else {
356-
qInfo() << "Saving logs to" << path;
356+
qInfo() << "Saving logs to" << detailedPath;
357357
}
358358

359359
// buffered by WriteBuffer

0 commit comments

Comments
 (0)