mirror of
https://github.com/ceph/ceph
synced 2025-03-22 10:17:23 +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
|
||||
<< "ECSubRead(tid=" << rhs.tid
|
||||
<< ", to_read=" << rhs.to_read
|
||||
<< ", subchunks=" << rhs.subchunks
|
||||
<< ", attrs_to_read=" << rhs.attrs_to_read << ")";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user