mirror of
https://github.com/ceph/ceph
synced 2024-12-25 21:03:31 +00:00
Merge pull request #1001 from dachary/wip-forward-tid
messages: add tid to string form of MForward Reviewed-by: Sage Weil <sage@inktank.com>
This commit is contained in:
commit
b8f42b6b4d
@ -82,6 +82,7 @@ public:
|
||||
void print(ostream& o) const {
|
||||
if (msg)
|
||||
o << "forward(" << *msg << " caps " << client_caps
|
||||
<< " tid " << tid
|
||||
<< " con_features " << con_features << ") to leader";
|
||||
else o << "forward(??? ) to leader";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user