kubernetes/pkg/cloudprovider/providers/photon
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
..
BUILD run hack/update-all 2017-06-22 11:31:03 -07:00
OWNERS Support persistent volume on Photon Controller platform 2016-11-08 09:36:16 -08:00
photon_test.go Update Photon Controller cloud provider for authentication support 2017-02-05 22:54:09 -08:00
photon.go Use glog.*f when a format string is passed 2017-07-10 19:04:03 +08:00