Skip to content

Commit

Permalink
Review comments.
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Simpson <[email protected]>
  • Loading branch information
stevesg committed Jul 9, 2021
1 parent 375e813 commit 30af11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ring/kv/memberlist/memberlist_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ func (m *KV) LocalState(join bool) []byte {

encoded, err := codec.Encode(val.value)
if err != nil {
level.Error(m.logger).Log("msg", "failed to encode", "err", err)
level.Error(m.logger).Log("msg", "failed to encode remote state", "err", err)
continue
}

Expand Down

0 comments on commit 30af11b

Please sign in to comment.