mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
Merge branch 'master' into requirements-checking
This commit is contained in:
commit
c7629182e4
229 changed files with 20045 additions and 6562 deletions
|
@ -128,7 +128,7 @@ WelcomeViewStep::setConfigurationMap( const QVariantMap& configurationMap )
|
|||
configurationMap.value( "requirements" ).type() == QVariant::Map )
|
||||
m_requirementsChecker->setConfigurationMap( configurationMap.value( "requirements" ).toMap() );
|
||||
else
|
||||
cDebug() << "WARNING: no valid requirements map found in welcome "
|
||||
cWarning() << "no valid requirements map found in welcome "
|
||||
"module configuration.";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue