mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
[modules] Use new convenience logging methods
This commit is contained in:
parent
60f440f72b
commit
3f77fb1d16
4 changed files with 17 additions and 17 deletions
|
@ -110,7 +110,7 @@ ContextualProcessJob::setConfigurationMap( const QVariantMap& configurationMap )
|
|||
|
||||
if ( iter.value().type() != QVariant::Map )
|
||||
{
|
||||
cDebug() << "WARNING:" << moduleInstanceKey() << "bad configuration values for" << variableName;
|
||||
cWarning() << moduleInstanceKey() << "bad configuration values for" << variableName;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
@ -120,7 +120,7 @@ ContextualProcessJob::setConfigurationMap( const QVariantMap& configurationMap )
|
|||
QString valueString = valueiter.key();
|
||||
if ( variableName.isEmpty() )
|
||||
{
|
||||
cDebug() << "WARNING:" << moduleInstanceKey() << "variable" << variableName << "unrecognized value" << valueiter.key();
|
||||
cWarning() << moduleInstanceKey() << "variable" << variableName << "unrecognized value" << valueiter.key();
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue