Commit 4f4b161f authored by Harry Zhang's avatar Harry Zhang

Log out digest when digest is invalid

parent 4def5add
...@@ -112,7 +112,7 @@ func matchImageIDOnly(inspected dockertypes.ImageInspect, image string) bool { ...@@ -112,7 +112,7 @@ func matchImageIDOnly(inspected dockertypes.ImageInspect, image string) bool {
digest, isDigested := ref.(dockerref.Digested) digest, isDigested := ref.(dockerref.Digested)
if !isDigested { if !isDigested {
glog.V(4).Infof("the image reference %q was not a digest reference") glog.V(4).Infof("the image reference %q was not a digest reference", image)
return false return false
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment