]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
log: fix store_statfs log line
authorMohamad Gebai <mgebai@suse.com>
Sun, 16 Jun 2019 14:09:52 +0000 (10:09 -0400)
committerMohamad Gebai <mgebai@suse.com>
Sun, 16 Jun 2019 14:09:52 +0000 (10:09 -0400)
Signed-off-by: Mohamad Gebai <mgebai@suse.com>
src/osd/osd_types.cc

index 771326a09f7dc69d12b48a8bc4790b8966a5c205..8cd1a81a5f79cad7ff88aa93f445442211140d52 100644 (file)
@@ -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