Skip to content

PackageKitUpdater: Do not emit error when user cancels an update

Ismael Asensio requested to merge work/iasensio/cancel-without-failure into master

A succesful cancelation is notified by the backend via the error code PackageKit::Transaction::ErrorTransactionCancelled.

Do not emit an error message in this case, as it is the expected outcome.

The same condition is used in PKTransaction.cpp:299

BEFORE: Screenshot_20220118_210009

Merge request reports