We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5ca61 commit c3238ecCopy full SHA for c3238ec
src/messages/MClientReclaimReply.h
@@ -32,7 +32,8 @@ class MClientReclaimReply final : public SafeMessage {
32
33
std::string_view get_type_name() const override { return "client_reclaim_reply"; }
34
void print(std::ostream& o) const override {
35
- o << "client_reclaim_reply(" << result << " e " << epoch << ")";
+ o << "client_reclaim_reply(" << result << " e " << epoch
36
+ << " addrs " << addrs << ")";
37
}
38
39
void encode_payload(uint64_t features) override {
0 commit comments