[libcalamares] Provide convenience functions for warning and error

This commit is contained in:
Adriaan de Groot 2018-02-12 10:20:03 -05:00
parent 79d81700b3
commit df0d9dcb88
4 changed files with 15 additions and 13 deletions

View file

@ -223,7 +223,7 @@ Helper::Helper( QObject* parent )
}
else
{
cDebug() << "WARNING: creating PythonHelper more than once. This is very bad.";
cWarning() << "creating PythonHelper more than once. This is very bad.";
return;
}