Warning -> Warningf

pull/5790/head
tstromberg 2019-10-30 14:06:05 -07:00
parent 4ce2f784f1
commit e8be75c74a
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ var serviceCmd = &cobra.Command{
for _, u := range urls {
_, err := url.Parse(u)
if err != nil {
glog.Warning("unable to parse %s: %v (will not open)", u, err)
glog.Warningf("unable to parse %s: %v (will not open)", u, err)
out.String(fmt.Sprintf("%s\n", u))
continue
}