ganeshmurthy commented on a change in pull request #962:
URL: https://github.com/apache/qpid-dispatch/pull/962#discussion_r551325693



##########
File path: src/router_core/delivery.c
##########
@@ -503,6 +501,11 @@ void qdr_delivery_link_peers_CT(qdr_delivery_t *in_dlv, 
qdr_delivery_t *out_dlv)
     if (!in_dlv || !out_dlv)
         return;
 
+    qdr_link_t *link = qdr_delivery_link(in_dlv);
+    if (link) {
+        qd_log(link->core->log, QD_LOG_TRACE, DLV_FMT" :in 
qdr_delivery_link_peers_CT out: "DLV_FMT, DLV_ARGS(in_dlv), DLV_ARGS(out_dlv));

Review comment:
       Instead of 
   qd_log(link->core->log, QD_LOG_TRACE, DLV_FMT" :in 
qdr_delivery_link_peers_CT out: "DLV_FMT, DLV_ARGS(in_dlv), DLV_ARGS(out_dlv));
   can we say
   qd_log(link->core->log, QD_LOG_TRACE, DLV_FMT" :in 
qdr_delivery_link_peers_CT out_dlv: "DLV_FMT, DLV_ARGS(in_dlv), 
DLV_ARGS(out_dlv));
   
   




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to