Fix incorrect output log format (#2165)

Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
This commit is contained in:
JenTing Hsiao
2020-01-07 00:05:38 +08:00
committed by Steve Kriss
parent be140985c5
commit 93e4737258

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)
}