mirror of
https://github.com/ceph/ceph
synced 2025-03-30 15:31:01 +00:00
log: fix store_statfs log line
Signed-off-by: Mohamad Gebai <mgebai@suse.com>
This commit is contained in:
parent
85470cd171
commit
a377a552a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user