From: Sage Weil Date: Tue, 13 May 2008 18:05:08 +0000 (-0700) Subject: journaler: bit more debug output X-Git-Tag: v0.3~209^2~68 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=41979e648589184304002e5976a32627c42cdf46;p=ceph.git journaler: bit more debug output --- diff --git a/src/osdc/Journaler.cc b/src/osdc/Journaler.cc index 2958dc19266..d37e4cfbacc 100644 --- a/src/osdc/Journaler.cc +++ b/src/osdc/Journaler.cc @@ -584,7 +584,7 @@ bool Journaler::try_read_entry(bufferlist& bl) assert(read_buf.length() >= sizeof(s) + s); dout(10) << "try_read_entry at " << read_pos << " reading " - << read_pos << "~" << (sizeof(s)+s) << dendl; + << read_pos << "~" << (sizeof(s)+s) << " (have " << read_buf.length() << ")" << dendl; // do it assert(bl.length() == 0);