diff --git a/go/vt/servenv/http.go b/go/vt/servenv/http.go index 5ea459a9442..57cf19673ad 100644 --- a/go/vt/servenv/http.go +++ b/go/vt/servenv/http.go @@ -54,7 +54,7 @@ func HTTPRegisterProfile() { } if !pflag.Lookup("pprof-http").Changed { - log.Warning("Beginning in vitess version 20, pprof-http will default to `false`; to continue enabling pprof endpoints, please manually set this flag before upgrading.") + log.Warning("Beginning in v20, pprof-http will default to `false`; to continue enabling pprof endpoints, please manually set this flag before upgrading.") } HTTPHandleFunc("/debug/pprof/", pprof.Index)