Skip to content

Commit

Permalink
Fix validate complaint
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel J Walsh <[email protected]>

Closes: #1654
Approved by: vrothberg
  • Loading branch information
rhatdan authored and rh-atomic-bot committed Jun 9, 2019
1 parent c29b585 commit 4ae0a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/buildah/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ func outputImages(ctx context.Context, systemContext *types.SystemContext, store
inspectedTime, digest, size, _ := getDateAndDigestAndSize(ctx, store, image)
if !inspectedTime.IsZero() {
if createdTime != inspectedTime {
logrus.Debugf("image record and configuration disagree on the image's creation time for %q, using the one from the configuration", image)
logrus.Debugf("image record and configuration disagree on the image's creation time for %q, using the configuration creation time: %s", image.ID, inspectedTime)
createdTime = inspectedTime
}
}
Expand Down

0 comments on commit 4ae0a69

Please sign in to comment.