]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: print useful mode wait message
authorSage Weil <sage@newdream.net>
Thu, 12 Nov 2009 22:16:31 +0000 (14:16 -0800)
committerSage Weil <sage@newdream.net>
Thu, 12 Nov 2009 22:57:11 +0000 (14:57 -0800)
src/osd/ReplicatedPG.cc

index 30c416d1b871fd3bf3511718dd373ad6ab395848..85c91ef1c196fe921f6f34b89b945ee59dd928a1 100644 (file)
@@ -495,7 +495,7 @@ void ReplicatedPG::do_op(MOSDOp *op)
   else
     assert(0);
   if (!ok) {
-    dout(10) << "do_op waiting on obc " << *obc << dendl;
+    dout(10) << "do_op waiting on mode " << mode << dendl;
     mode.waiting.push_back(op);
     return;
   }