Skip to content

Commit

Permalink
update deprecation warning
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Mason <[email protected]>
  • Loading branch information
Andrew Mason committed Dec 17, 2023
1 parent b1e02b0 commit 8c2a65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/servenv/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8c2a65f

Please sign in to comment.