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 | bee621eac9130275f75f6f7cb57c28234cbe46dd (patch) | |
tree | 57b641bb284a0267153b545338a20dbfeeaa8b5b | |
parent | 6b99b3dc0fcce1ebd639c93e9a74c1b61da8befe (diff) |
slightly more informative logging
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@246 e88ac4ed-0b26-0410-9574-a7f39faa03bf
-rw-r--r-- | radsecproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radsecproxy.c b/radsecproxy.c index 3f78f5b..d8621c2 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -2046,7 +2046,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; |