Github user ted-ross commented on a diff in the pull request:

    https://github.com/apache/qpid-dispatch/pull/143#discussion_r103748680
  
    --- Diff: src/router_node.c ---
    @@ -226,9 +227,22 @@ static void AMQP_rx_handler(void* context, qd_link_t 
*link, pn_delivery_t *pnd)
         //        send it.
         //
         msg = qd_message_receive(pnd);
    +
         if (!msg)
             return;
     
    +
    +    char repr[qd_message_repr_len()];
    +
    +    if (conn->log_message) {
    +        qd_log(qd_message_log_source(), QD_LOG_TRACE, "Received %s on link 
%s",
    --- End diff --
    
    I think the log would look better if the link id was at the beginning and 
the message repr was at the end.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to