]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
bluestore: end scope of std::hex properly 9532/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Tue, 7 Jun 2016 00:57:45 +0000 (08:57 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Tue, 7 Jun 2016 13:53:22 +0000 (21:53 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/BlueStore.cc

index c28028dd9ef78e742906f58fd650931ce218541f..2b7c96fbc24c25d55d505cf24222f7ee41bf1525 100644 (file)
@@ -3403,7 +3403,7 @@ int BlueStore::_verify_csum(const bluestore_blob_t* blob, uint64_t blob_xoffset,
   if (r < 0) {
     if (r == -1) {
       dout(20) << __func__ << "bad checksum at blob offset 0x"
-               << std::hex << bad << dendl;
+               << std::hex << bad << std::dec << dendl;
     } else {
       derr << __func__ << "failed with exit code: " << cpp_strerror(r) << dendl;
     }