Fix incorrect output log format (#2165)

Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
pull/2180/head
JenTing Hsiao 2020-01-07 00:05:38 +08:00 committed by Steve Kriss
parent be140985c5
commit 93e4737258
1 changed files with 1 additions and 1 deletions

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