mirror of
https://github.com/ceph/ceph
synced 2025-04-17 13:03:42 +00:00
osd/ECMsgTypes: print subchunks in ECSubRead operator<<
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
91893003c9
commit
d0f6e482f8
@ -232,6 +232,7 @@ std::ostream &operator<<(
|
|||||||
return lhs
|
return lhs
|
||||||
<< "ECSubRead(tid=" << rhs.tid
|
<< "ECSubRead(tid=" << rhs.tid
|
||||||
<< ", to_read=" << rhs.to_read
|
<< ", to_read=" << rhs.to_read
|
||||||
|
<< ", subchunks=" << rhs.subchunks
|
||||||
<< ", attrs_to_read=" << rhs.attrs_to_read << ")";
|
<< ", attrs_to_read=" << rhs.attrs_to_read << ")";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user