From: Mohamad Gebai Date: Sun, 16 Jun 2019 14:09:52 +0000 (-0400) Subject: log: fix store_statfs log line X-Git-Tag: v15.1.0~2417^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a377a552a93a68d4f2bf6b12eb119db11dfa945a;p=ceph-ci.git log: fix store_statfs log line Signed-off-by: Mohamad Gebai --- diff --git a/src/osd/osd_types.cc b/src/osd/osd_types.cc index 771326a09f7..8cd1a81a5f7 100644 --- a/src/osd/osd_types.cc +++ b/src/osd/osd_types.cc @@ -2979,7 +2979,7 @@ void store_statfs_t::dump(Formatter *f) const ostream& operator<<(ostream& out, const store_statfs_t &s) { out << std::hex - << "store_statfs(0x" << s.available + << " store_statfs(0x" << s.available << "/0x" << s.internally_reserved << "/0x" << s.total << ", data 0x" << s.data_stored