Skip to content

Commit

Permalink
fix: missing logging of possible error added.
Browse files Browse the repository at this point in the history
  • Loading branch information
BLKKKBVSIK committed Dec 29, 2023
1 parent 61cdeb7 commit 509ffb3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ class PackageKitService {
if (event is PackageKitPackageEvent &&
possibleArchs.contains(event.packageId.arch)) {
info = event;
} else {
log.error(
'Couldn\'t resolve package $name with architectures $possibleArchs');
}
},
).then(waitTransaction);
Expand Down

0 comments on commit 509ffb3

Please sign in to comment.