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