]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
comment
authorsageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Tue, 12 Dec 2006 21:08:38 +0000 (21:08 +0000)
committersageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Tue, 12 Dec 2006 21:08:38 +0000 (21:08 +0000)
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@995 29311d96-e01e-0410-9327-a35deaab8ce9

ceph/include/buffer.h

index 1b445d44cac46cfc3b14bd660505bb64d65c5249..8df61f7eca744f6b6898d322679fec5155b5ee56 100644 (file)
@@ -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