From f464e6c37ea2df449a25b2256139fe4ad3b42aee Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Mon, 9 Apr 2012 11:44:26 -0700 Subject: [PATCH] ObjectCacher: include object when outputting a BufferHead Signed-off-by: Josh Durgin --- src/osdc/ObjectCacher.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osdc/ObjectCacher.h b/src/osdc/ObjectCacher.h index 36a7f1b5b43fb..29840a03e357d 100644 --- a/src/osdc/ObjectCacher.h +++ b/src/osdc/ObjectCacher.h @@ -616,6 +616,7 @@ inline ostream& operator<<(ostream& out, ObjectCacher::BufferHead &bh) { out << "bh[" << bh.start() << "~" << bh.length() + << " " << bh.ob << " (" << bh.bl.length() << ")" << " v " << bh.last_write_tid; if (bh.is_tx()) out << " tx"; -- 2.39.5