mirror of
https://github.com/ceph/ceph
synced 2025-02-23 11:07:35 +00:00
os/bluestore: uniform loging format for bluefs_extent_t.
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
This commit is contained in:
parent
c39a2d19ce
commit
af0c9b9a8c
@ -25,7 +25,7 @@ void bluefs_extent_t::generate_test_instances(list<bluefs_extent_t*>& ls)
|
||||
|
||||
ostream& operator<<(ostream& out, const bluefs_extent_t& e)
|
||||
{
|
||||
return out << (int)e.bdev << ":0x" << std::hex << e.offset << "+" << e.length
|
||||
return out << (int)e.bdev << ":0x" << std::hex << e.offset << "~" << e.length
|
||||
<< std::dec;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user