mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #11060 from etcd-io/wenjiaswe-patch-1
functional test: fix typo in agent log
This commit is contained in:
commit
8037e6e087
@ -382,7 +382,7 @@ func (srv *Server) loadAutoTLSAssets() error {
|
||||
fdir := filepath.Join(srv.Member.Etcd.DataDir, "fixtures", "peer")
|
||||
|
||||
srv.lg.Info(
|
||||
"loading client auto TLS assets",
|
||||
"loading peer auto TLS assets",
|
||||
zap.String("dir", fdir),
|
||||
zap.String("endpoint", srv.EtcdClientEndpoint),
|
||||
)
|
||||
@ -450,10 +450,10 @@ func (srv *Server) loadAutoTLSAssets() error {
|
||||
|
||||
srv.lg.Info(
|
||||
"loaded client TLS assets",
|
||||
zap.String("peer-cert-path", certPath),
|
||||
zap.Int("peer-cert-length", len(certData)),
|
||||
zap.String("peer-key-path", keyPath),
|
||||
zap.Int("peer-key-length", len(keyData)),
|
||||
zap.String("client-cert-path", certPath),
|
||||
zap.Int("client-cert-length", len(certData)),
|
||||
zap.String("client-key-path", keyPath),
|
||||
zap.Int("client-key-length", len(keyData)),
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user