]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
os/bluestore/HybridAllocator: whitespace in debug output
authorSage Weil <sage@newdream.net>
Thu, 16 Sep 2021 17:10:07 +0000 (12:10 -0500)
committerSage Weil <sage@newdream.net>
Fri, 29 Oct 2021 13:56:42 +0000 (09:56 -0400)
Signed-off-by: Sage Weil <sage@newdream.net>
src/os/bluestore/HybridAllocator.cc

index 3a2da67379b592eda2b8312b741102ff8bf149c7..a6fa0bd75ed2e7895e99ab17f3222fc0f9e7abde 100644 (file)
@@ -168,7 +168,7 @@ void HybridAllocator::init_rm_free(uint64_t offset, uint64_t length)
         if (bmap_alloc) {
           bmap_alloc->init_rm_free(o, l);
         } else {
-          lderr(cct) << "init_rm_free lambda" << std::hex
+          lderr(cct) << "init_rm_free lambda " << std::hex
             << "Uexpected extent: "
             << " 0x" << o << "~" << l
             << std::dec << dendl;