Merge pull request #28564 from ceph/store_statfs-log

log: fix store_statfs log line

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
Kefu Chai 2019-06-20 17:26:30 +08:00 committed by GitHub
commit 585d3fe31f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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