Files
kubernetes/pkg/proxy/winuserspace
Cao Shufeng 0c577c47d5 Use glog.*f when a format string is passed
ref:
https://godoc.org/github.com/golang/glog

I use the following commands to search all the invalid usage:
$ grep "glog.Warning(" * -r | grep %
$ grep "glog.Info(" * -r | grep %
$ grep "glog.Error(" * -r | grep %
$ grep ").Info(" * -r | grep % | grep "glog.V("
2017-07-10 19:04:03 +08:00
..
2016-11-07 09:18:07 +00:00
2017-04-12 11:10:34 +02:00
2017-02-27 16:00:49 -08:00
2016-11-07 09:18:07 +00:00