diff --git a/pkg/pillar/cmd/baseosmgr/handledownload.go b/pkg/pillar/cmd/baseosmgr/handledownload.go index 6b134e48d4..3129d3d8d7 100644 --- a/pkg/pillar/cmd/baseosmgr/handledownload.go +++ b/pkg/pillar/cmd/baseosmgr/handledownload.go @@ -68,7 +68,7 @@ func installDownloadedObjects(ctx *baseOsMgrContext, uuidStr, finalObjDir string if status == nil { return changed, proceed, fmt.Errorf("installDownloadedObjects(%s) cannot found contentTree %s", - uuidStr, status.ContentID) + uuidStr, contentID) } if status.State == types.LOADED {