We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52095d4 commit 0c2b45dCopy full SHA for 0c2b45d
cmd/go-tpc/main.go
@@ -311,6 +311,6 @@ func registerMysqlTLSConfig() {
311
312
err = mysql.RegisterTLSConfig(customTlsName, tlsConfig)
313
if err != nil {
314
- panic(fmt.Errorf("failed to register ssl configs, err %v", err))
+ panic(fmt.Errorf("failed to register TLS configs, err %v", err))
315
}
316
0 commit comments