From b9ae4f4580001bec90e5a6001274c0ab22c4bc6b Mon Sep 17 00:00:00 2001 From: sageweil Date: Tue, 12 Dec 2006 21:08:38 +0000 Subject: [PATCH] comment git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@995 29311d96-e01e-0410-9327-a35deaab8ce9 --- ceph/include/buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph/include/buffer.h b/ceph/include/buffer.h index 1b445d44cac46..8df61f7eca744 100644 --- a/ceph/include/buffer.h +++ b/ceph/include/buffer.h @@ -231,7 +231,7 @@ public: if (_raw) { _raw->lock.Lock(); if (--_raw->nref == 0) { - //cout << "hosing raw " << (void*)_raw << std::endl; + //cout << "hosing raw " << (void*)_raw << " len " << _raw->len << std::endl; _raw->lock.Unlock(); delete _raw; // dealloc old (if any) } else -- 2.39.5