Github user ted-ross commented on a diff in the pull request:
https://github.com/apache/qpid-dispatch/pull/116#discussion_r89379660
--- Diff: src/server.c ---
@@ -687,6 +688,11 @@ static void thread_process_listeners_LH(qd_server_t
*qd_server)
pn_transport_set_tracer(tport, qd_transport_tracer);
}
+ if (tport && ctx->pn_cxtr) {
+ if (qdpn_connector_trace(ctx->pn_cxtr) & (PN_TRACE_FRM |
PN_TRACE_RAW | PN_TRACE_DRV))
+ fprintf(stderr, "Transport [%p] on %s\n", tport,
qdpn_connector_name(ctx->pn_cxtr));
--- End diff --
Why are you using fprintf when you should be using a log?
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]