mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 20:05:37 -04:00
[calamares] Remove overly-spaced debug (SubEntry does the right thing)
This commit is contained in:
parent
18b805d43f
commit
21f52f9dc1
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ CalamaresApplication::init()
|
|||
Logger::setupLogfile();
|
||||
cDebug() << "Calamares version:" << CALAMARES_VERSION;
|
||||
cDebug() << Logger::SubEntry
|
||||
<< " languages:" << QString( CALAMARES_TRANSLATION_LANGUAGES ).replace( ";", ", " );
|
||||
<< "languages:" << QString( CALAMARES_TRANSLATION_LANGUAGES ).replace( ";", ", " );
|
||||
|
||||
if ( !Calamares::Settings::instance() )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue