ChugR commented on a change in pull request #1026:
URL: https://github.com/apache/qpid-dispatch/pull/1026#discussion_r574116550



##########
File path: src/adaptors/tcp_adaptor.c
##########
@@ -567,7 +567,7 @@ static void handle_connection_event(pn_event_t *e, 
qd_server_t *qd_server, void
         int read = handle_incoming(conn);
         conn->last_in_time = tcp_adaptor->core->uptime_ticks;
         conn->bytes_in += read;
-        qd_log(log, QD_LOG_DEBUG, "[C%"PRIu64"] PN_RAW_CONNECTION_READ Read %i 
bytes", conn->conn_id, read);
+        qd_log(log, QD_LOG_DEBUG, "[C%"PRIu64"] PN_RAW_CONNECTION_READ Read %i 
of %"PRIu64" bytes", conn->conn_id, read, conn->bytes_in);

Review comment:
       Agreed. Will do.




----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to