From: Sage Weil Date: Tue, 15 Sep 2015 16:49:36 +0000 (-0400) Subject: mon: debug refs on output replies X-Git-Tag: v9.1.0~135^2~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c842555ceeae3a18b1b9d2f4190d0b7b21514c75;p=ceph.git mon: debug refs on output replies Signed-off-by: Sage Weil --- diff --git a/src/mon/Monitor.cc b/src/mon/Monitor.cc index de5d60e07cc..3dc10ef9f7e 100644 --- a/src/mon/Monitor.cc +++ b/src/mon/Monitor.cc @@ -3189,7 +3189,8 @@ void Monitor::send_reply(MonOpRequestRef op, Message *reply) Message *req = op->get_req(); ConnectionRef con = op->get_connection(); - dout(2) << __func__ << " " << op << " " << *reply << dendl; + reply->set_cct(g_ceph_context); + dout(2) << __func__ << " " << op << " " << reply << " " << *reply << dendl; if (!con) { dout(2) << "send_reply no connection, dropping reply " << *reply