mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Merge pull request #80474 from SataQiu/fix-controllermanager-20190723
Small Fix: Use correct format verb
This commit is contained in:
commit
27dfcbe8a7
@ -166,7 +166,7 @@ func Run(c *config.CompletedConfig, stopCh <-chan struct{}) error {
|
||||
if cfgz, err := configz.New(ConfigzName); err == nil {
|
||||
cfgz.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.
|
||||
|
Loading…
Reference in New Issue
Block a user