diff --git a/pkg/imagetranslation/translator.go b/pkg/imagetranslation/translator.go index 5c05d7fcf..67848d91e 100644 --- a/pkg/imagetranslation/translator.go +++ b/pkg/imagetranslation/translator.go @@ -180,7 +180,7 @@ func (t *imageNameTranslator) Translate(name string) image.Endpoint { } re, err := regexp.Compile(r.Regex) if err != nil { - glog.V(2).Infof("invalid regexp in image translation config: ", r.Regex) + glog.V(2).Infof("invalid regexp in image translation config: %q", r.Regex) continue } submatchIndexes := re.FindStringSubmatchIndex(unprefixedName)