Skip to content

Commit cde5bee

Browse files
authored
Merge pull request ceph#56543 from jrchyang/main
os/bluestore: remove unnecessary std::hex in dout Reviewed-by: Igor Fedotov <[email protected]>
2 parents 4d96b2b + db62fd1 commit cde5bee

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)