]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: adjust debug output
authorSage Weil <sage@newdream.net>
Wed, 29 Jul 2009 20:50:54 +0000 (13:50 -0700)
committerSage Weil <sage@newdream.net>
Thu, 30 Jul 2009 20:45:12 +0000 (13:45 -0700)
src/osd/ReplicatedPG.cc

index 7e25415455441a4208fa99c96987a4f23665f8fe..92107dc0f8314aaf5d32f63a6c32a2053e9ac5c5 100644 (file)
@@ -473,8 +473,7 @@ void ReplicatedPG::do_op(MOSDOp *op)
   if ((op->get_rmw_flags() & CEPH_OSD_FLAG_PGOP))
     return do_pg_op(op);
 
-  dout(0) << "do_op " << *op << dendl;
-  dout(0) << "do_op flags=" << hex << op->get_flags() << dec << dendl;
+  dout(10) << "do_op " << *op << dendl;
 
   entity_inst_t client = op->get_source_inst();