mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 18:35:44 -05:00
[calamares] Add Qt version to debug log
This commit is contained in:
parent
098bbd520e
commit
74ccb4d28b
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ CalamaresApplication::init()
|
|||
{
|
||||
Logger::setupLogfile();
|
||||
cDebug() << "Calamares version:" << CALAMARES_VERSION;
|
||||
cDebug() << Logger::SubEntry << "Using Qt version:" << qVersion();
|
||||
cDebug() << Logger::SubEntry << "Using settings:" << Calamares::Settings::instance()->path();
|
||||
cDebug() << Logger::SubEntry << "Using log file:" << Logger::logFile();
|
||||
cDebug() << Logger::SubEntry << "languages:" << Calamares::Locale::availableLanguages();
|
||||
|
|
Loading…
Add table
Reference in a new issue