Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update incorrect log message
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
  • Loading branch information
ahrtr authored and k8s-infra-cherrypick-robot committed Jun 12, 2026
commit 907c334326b146aa2ae45782f3f0cbe60a905948
2 changes: 1 addition & 1 deletion server/embed/etcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ func configureClientListeners(cfg *Config) (sctxs map[string]*serveCtx, err erro
}
sctx.l.Close()
cfg.logger.Warn(
"closing peer listener",
"closing client listener",
zap.String("address", sctx.addr),
zap.Error(err),
)
Expand Down