Skip to content

Commit

Permalink
Rephrase warn messaging
Browse files Browse the repository at this point in the history
Signed-off-by: adeyemi <[email protected]>
  • Loading branch information
aladesawe committed Dec 28, 2024
1 parent 7577a56 commit 05ff633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/etcdserver/api/rafthttp/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ func checkClusterCompatibilityFromHeader(lg *zap.Logger, localID types.ID, heade

if err != nil {
lg.Warn(
"local and remote versions are incompatible",
"failed version check compatibility",

Check warning on line 489 in server/etcdserver/api/rafthttp/http.go

View check run for this annotation

Codecov / codecov/patch

server/etcdserver/api/rafthttp/http.go#L489

Added line #L489 was not covered by tests
zap.String("local-member-id", localID.String()),
zap.String("local-member-cluster-id", cid.String()),
zap.String("local-member-server-version", localVs),
Expand Down

0 comments on commit 05ff633

Please sign in to comment.