diff --git a/cmd/gvproxy/main.go b/cmd/gvproxy/main.go index 2181de5af..13e92c292 100644 --- a/cmd/gvproxy/main.go +++ b/cmd/gvproxy/main.go @@ -103,7 +103,7 @@ func main() { log.Debugf("command line: %q", os.Args) } - log.Infof(version.String()) + log.Info(version.String()) ctx, cancel := context.WithCancel(context.Background()) // Make this the last defer statement in the stack defer os.Exit(exitCode)