Skip to content

Commit

Permalink
refine error message
Browse files Browse the repository at this point in the history
  • Loading branch information
djshow832 committed Sep 7, 2023
1 parent 2b870b8 commit 5b885fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/proxy/backend/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const (
capabilityErrMsg = "Verify TiDB capability failed, please upgrade TiDB"
requireProxyTLSErrMsg = "Require TLS enabled on TiProxy when require-backend-tls=true"
requireTiDBTLSErrMsg = "Require TLS enabled on TiDB when require-backend-tls=true"
checkPPV2ErrMsg = "TiProxy fails to connect to TiDB, please make sure TiDB proxy-protocol is set correctly"
checkPPV2ErrMsg = "TiProxy fails to connect to TiDB, please make sure TiDB proxy-protocol is set correctly. If this error still exists, please contact PingCAP"
)

var (
Expand Down

0 comments on commit 5b885fa

Please sign in to comment.