[calamares] Remove overly-spaced debug (SubEntry does the right thing)
This commit is contained in:
parent
18b805d43f
commit
21f52f9dc1
@ -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…
Reference in New Issue
Block a user