Skip to content

Commit

Permalink
[kube-proxy] Use glog instaed of fmt.Printf
Browse files Browse the repository at this point in the history
Signed-off-by: sakeven <[email protected]>
  • Loading branch information
sakeven committed Aug 28, 2017
1 parent 877ee91 commit fac27d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kube-proxy/app/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit fac27d1

Please sign in to comment.