be quiet about cache reads

git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1612 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
sageweil 2007-08-09 22:00:06 +00:00
parent a63057f505
commit 8ec0b1ca47

View File

@ -273,7 +273,7 @@ bool ReplicatedPG::preprocess_op(MOSDOp *op)
}
// do it now
dout(-10) << "preprocess_op data is in cache, reading from cache" << *op << dendl;
dout(10) << "preprocess_op data is in cache, reading from cache" << *op << dendl;
do_op(op);
return true;
}