mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
Print log file path.
This commit is contained in:
parent
491ab94463
commit
576fdcc7a0
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ setupLogfile()
|
|||
}
|
||||
}
|
||||
|
||||
cDebug() << "Using log file:" << logFile();
|
||||
|
||||
logfile.open( logFile().toLocal8Bit(), ios::app );
|
||||
qInstallMessageHandler( CalamaresLogHandler );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue