diff options
| -rw-r--r-- | radsecproxy.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/radsecproxy.c b/radsecproxy.c index 0d56d0e..e90187d 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -1978,7 +1978,7 @@ int replyh(struct server *server, unsigned char *buf) {      /* once we set received = 1, rq may be reused */      rq->received = 1; -    debug(DBG_DBG, "replyh: giving packet back to where it came from"); +    debug(DBG_DBG, "replyh: passing reply to client %s", from->conf->name);      sendreply(from, buf, from->conf->type == 'U' ? &fromsa : NULL);      pthread_mutex_unlock(&server->newrq_mutex);      return 1; | 
