Fix incorrect output log format (#2165)

Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
This commit is contained in:
JenTing Hsiao
2020-01-06 09:05:38 -07:00
committed by Steve Kriss
parent be140985c5
commit 93e4737258
+1 -1
View File
@@ -323,7 +323,7 @@ func (rb *defaultResourceBackupper) backupCRD(
}
return
}
log.Infof("Found associated CRD to add to backup %d", gr.String())
log.Infof("Found associated CRD to add to backup %s", gr.String())
_ = rb.backupItem(log, crdGr, itemBackupper, unstructured)
}