From 29479c78ace18d00129b93ff8c13c712e5c03848 Mon Sep 17 00:00:00 2001 From: sageweil Date: Thu, 9 Aug 2007 22:01:26 +0000 Subject: [PATCH] be quiet about remove_onode ref counts git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1613 29311d96-e01e-0410-9327-a35deaab8ce9 --- trunk/ceph/ebofs/Ebofs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/ceph/ebofs/Ebofs.cc b/trunk/ceph/ebofs/Ebofs.cc index 55567952a4c12..e5b8dda2585de 100644 --- a/trunk/ceph/ebofs/Ebofs.cc +++ b/trunk/ceph/ebofs/Ebofs.cc @@ -898,7 +898,7 @@ void Ebofs::remove_onode(Onode *on) dirty_onodes.erase(on); } - if (on->get_ref_count() > 1) cout << "remove_onode **** will survive " << *on << endl; + if (on->get_ref_count() > 1) dout(10) << "remove_onode **** will survive " << *on << endl; put_onode(on); dirty = true; -- 2.39.5