mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
[modules] Use new convenience logging methods across the board
This commit is contained in:
parent
3f77fb1d16
commit
3315df5df1
14 changed files with 33 additions and 32 deletions
|
@ -475,5 +475,5 @@ UsersPage::addPasswordCheck( const QString& key, const QVariant& value )
|
|||
}
|
||||
#endif
|
||||
else
|
||||
cDebug() << "WARNING: Unknown password-check key" << key;
|
||||
cWarning() << "Unknown password-check key" << key;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue