From a377a552a93a68d4f2bf6b12eb119db11dfa945a Mon Sep 17 00:00:00 2001 From: Mohamad Gebai Date: Sun, 16 Jun 2019 10:09:52 -0400 Subject: [PATCH] log: fix store_statfs log line Signed-off-by: Mohamad Gebai --- src/osd/osd_types.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/osd_types.cc b/src/osd/osd_types.cc index 771326a09f7d..8cd1a81a5f79 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 -- 2.47.3