From 57ba78cbb59cf3ca81fda6ccc4dabcbabb7999cb Mon Sep 17 00:00:00 2001 From: sage Date: Fri, 22 Sep 2006 20:37:09 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@873 29311d96-e01e-0410-9327-a35deaab8ce9 --- ceph/osdc/Objecter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph/osdc/Objecter.cc b/ceph/osdc/Objecter.cc index 23c17544403b8..762ec4e080075 100644 --- a/ceph/osdc/Objecter.cc +++ b/ceph/osdc/Objecter.cc @@ -174,7 +174,7 @@ void Objecter::kick_requests(set& changed_pgs) if (wr->tid_version.count(tid)) { if (wr->op == OSD_OP_WRITE && !g_conf.objecter_buffer_uncommitted) { - derr(0) << "kick_requests missing commit, cannot replay: objecter_buffer_uncommitted == FALSE" << endl; + dout(0) << "kick_requests missing commit, cannot replay: objecter_buffer_uncommitted == FALSE" << endl; } else { dout(0) << "kick_requests missing commit, replay write " << tid << " v " << wr->tid_version[tid] << endl; -- 2.39.5