Merge pull request #80619 from SataQiu/fix-cloud-controller-manager

Follow up #80474: use correct format verb
This commit is contained in:
Kubernetes Prow Robot 2019-07-26 16:52:23 -07:00 committed by GitHub
commit 1d49cd141a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ func Run(c *cloudcontrollerconfig.CompletedConfig, stopCh <-chan struct{}) error
if cz, err := configz.New(ConfigzName); err == nil {
cz.Set(c.ComponentConfig)
} else {
klog.Errorf("unable to register configz: %c", err)
klog.Errorf("unable to register configz: %v", err)
}
// Setup any healthz checks we will want to use.