diff options
author | venaas <venaas> | 2008-04-30 08:06:47 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-04-30 08:06:47 +0000 |
commit | c913dab35c959a7a69bd33f0e2da07c8040fbd8c (patch) | |
tree | b88545a8674f0ef2199e747930e545626b9b9d5c /radsecproxy.c | |
parent | 69451bc6b2e5379508f59503d7edf99bfd79a4cc (diff) |
slightly more informative logging
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@246 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.c')
-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; |