forked from quickshell/quickshell
core/log: print path to detailed log instead of text log on launch
This commit is contained in:
parent
2a8479d635
commit
09981a0498
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue