1
0
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:
Sage Weil 2018-03-16 10:09:27 -05:00
parent 91893003c9
commit d0f6e482f8

View File

@ -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 << ")";
}