Commit fac27d1e authored by sakeven's avatar sakeven

[kube-proxy] Use glog instaed of fmt.Printf

Signed-off-by: 's avatarsakeven <jc5930@sina.cn>
parent 877ee919
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment