break;
}
- DEBUG3("[%" PRIu64 "] Trunk connection released request %" PRIu64, tconn->pub.conn->id, treq->id);
+ {
+ request_t *request = treq->pub.request;
+ ROPTIONAL(RDEBUG3, DEBUG3, "[%" PRIu64 "] Trunk connection released request %" PRIu64,
+ tconn->pub.conn->id, treq->id);
+ }
/*
* Release any connection specific resources the
* treq holds.
treq->pub.tconn = tconn;
REQUEST_STATE_TRANSITION(FR_TRUNK_REQUEST_STATE_PENDING);
- DEBUG3("[%" PRIu64 "] Trunk connection assigned request %"PRIu64, tconn->pub.conn->id, treq->id);
+
+ {
+ request_t *request = treq->pub.request;
+
+ ROPTIONAL(RDEBUG, DEBUG3, "[%" PRIu64 "] Trunk connection assigned request %"PRIu64,
+ tconn->pub.conn->id, treq->id);
+ }
fr_heap_insert(tconn->pending, treq);
/*