Skip to content

Commit db62fd1

Browse files
committed
os/bluestore: remove unnecessary std::hex in dout
Signed-off-by: Jrchyang Yu <[email protected]>
1 parent 87a931c commit db62fd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/os/bluestore/HybridAllocator.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ void HybridAllocator::_spillover_range(uint64_t start, uint64_t end)
187187
ceph_assert(size);
188188
if (!bmap_alloc) {
189189
dout(1) << __func__
190-
<< std::hex
191190
<< " constructing fallback allocator"
192191
<< dendl;
193192
bmap_alloc = new BitmapAllocator(cct,

0 commit comments

Comments
 (0)