1
0
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:
Mohamad Gebai 2019-06-16 10:09:52 -04:00
parent 85470cd171
commit a377a552a9

View 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