mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 02:45:37 -04:00
[libcalamares] Provide convenience functions for warning and error
This commit is contained in:
parent
79d81700b3
commit
df0d9dcb88
4 changed files with 15 additions and 13 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue