worker: log failures in ostree resolve job

This commit is contained in:
Sanne Raymaekers 2022-11-16 16:43:52 +01:00 committed by Achilleas Koutsou
parent 422281698a
commit 28319f50d8
4 changed files with 8 additions and 6 deletions

View file

@ -60,6 +60,7 @@ func (impl *OSTreeResolveJobImpl) Run(job worker.Job) error {
ref, checksum, err := ostree.ResolveParams(reqParams)
if err != nil {
logWithId.Infof("Resolving ostree params failed: %v", err)
setError(err, &result)
break
}