mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-06 13:26:26 +00:00
Fix incorrect output log format (#2165)
Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
This commit is contained in:
committed by
Steve Kriss
parent
be140985c5
commit
93e4737258
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user