mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
[kube-proxy] Use glog instaed of fmt.Printf
Signed-off-by: sakeven <jc5930@sina.cn>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user