]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: clean up _do_read debug output
authorSage Weil <sage@redhat.com>
Wed, 6 Jan 2016 18:56:04 +0000 (13:56 -0500)
committerSage Weil <sage@redhat.com>
Fri, 8 Jan 2016 18:10:19 +0000 (13:10 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/os/bluestore/BlueStore.cc

index 000651cb15b7781269324845cb84b59b20fa3374..ce3b3f70c41e6b78d41406197c73f188dab4b4ca 100644 (file)
@@ -2357,7 +2357,7 @@ int BlueStore::_do_read(
       continue;
     }
     if (bp != bend && bp->first + bp->second.length <= offset) {
-      dout(30) << __func__ << " skip frag " << bp->first << "~" << bp->second
+      dout(30) << __func__ << " skip frag " << bp->first << " " << bp->second
               << dendl;
       ++bp;
       continue;