mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
[finished] Warnings should be logged as such
This commit is contained in:
parent
ef4196dbd8
commit
d6c7e53966
1 changed files with 2 additions and 2 deletions
|
@ -123,10 +123,10 @@ FinishedViewStep::sendNotification()
|
|||
QVariant( 0 )
|
||||
);
|
||||
if ( !r.isValid() )
|
||||
cDebug() << "Could not call notify for end of installation." << r.error();
|
||||
cWarning() << "Could not call org.freedesktop.Notifications.Notify at end of installation." << r.error();
|
||||
}
|
||||
else
|
||||
cDebug() << "Could not get dbus interface for notifications." << notify.lastError();
|
||||
cWarning() << "Could not get dbus interface for notifications at end of installation." << notify.lastError();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue