use correct format verb

This commit is contained in:
SataQiu 2019-07-26 12:24:40 +08:00
parent b234dd06aa
commit e35a7b1ba1

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.