mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
[kube-proxy] Use glog instaed of fmt.Printf
Signed-off-by: sakeven <jc5930@sina.cn>
This commit is contained in:
parent
877ee91930
commit
fac27d1ed4
@ -253,7 +253,7 @@ func (o *Options) writeConfigFile() error {
|
||||
return err
|
||||
}
|
||||
|
||||
fmt.Printf("Wrote configuration to: %s\n", o.WriteConfigTo)
|
||||
glog.Infof("Wrote configuration to: %s\n", o.WriteConfigTo)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user