From: Alan T. DeKok Date: Sun, 6 Aug 2017 16:26:36 +0000 (+0200) Subject: clean up debug messages X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff2daecbd1722d81325a5eb0d94f55be9760c283;p=thirdparty%2Ffreeradius-server.git clean up debug messages --- diff --git a/src/modules/rlm_radius/rlm_radius_udp.c b/src/modules/rlm_radius/rlm_radius_udp.c index f54db896c38..bc2e2a581ed 100644 --- a/src/modules/rlm_radius/rlm_radius_udp.c +++ b/src/modules/rlm_radius/rlm_radius_udp.c @@ -574,7 +574,7 @@ redo: goto done; } - RDEBUG("%s received %s ID %d length %ld reply packet from connection %s", + RDEBUG("%s - received %s ID %d length %ld reply packet from connection %s", c->inst->parent->name, fr_packet_codes[code], code, packet_len, c->name); rdebug_pair_list(L_DBG_LVL_2, request, vp, NULL); @@ -687,8 +687,8 @@ static int conn_write(rlm_radius_udp_connection_t *c, rlm_radius_udp_request_t * request->packet->vps); if (packet_len <= 0) return -1; - RDEBUG("%s sending %s ID %d length %ld reply packet to connection %s", - c->inst->parent->name, fr_packet_codes[u->code], u->code, packet_len, c->name); + RDEBUG("sending %s ID %d length %ld reply packet to connection %s", + fr_packet_codes[u->code], u->code, packet_len, c->name); /* * This hack cleans up the debug output a bit.