]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore/BitAllocator: end scope of std::hex properly
authorxie xingguo <xie.xingguo@zte.com.cn>
Sat, 24 Dec 2016 08:10:46 +0000 (16:10 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Sat, 24 Dec 2016 09:03:20 +0000 (17:03 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/BitAllocator.cc

index 44c8aa5c321c5462dd2f12e8d2a101211a77dd24..1b48fa0abf08dd327e11cca63c09fc16da7d0539 100644 (file)
@@ -373,7 +373,7 @@ int BmapEntry::find_any_free_bits(int start_offset, int64_t num_blocks,
 
 void BmapEntry::dump_state(int& count)
 {
-  dout(0) << count << ":: 0x" << std::hex << m_bits << dendl;
+  dout(0) << count << ":: 0x" << std::hex << m_bits << std::dec << dendl;
 }
 
 /*