worker: log failures in ostree resolve job
This commit is contained in:
parent
422281698a
commit
28319f50d8
4 changed files with 8 additions and 6 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue