aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-12-06 09:22:45 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-12-06 09:22:45 +0000
commit00c16eca6dd79e0952f62c585892d1997e94c664 (patch)
treefeaf7c42c6b30e3d6bf190c6e49ee32f146505de
parentd752a09cfecddff978c51b4cc73e636632cee45f (diff)
downloadradius-00c16eca6dd79e0952f62c585892d1997e94c664.tar.gz
radius-00c16eca6dd79e0952f62c585892d1997e94c664.tar.bz2
Fix minor bug
-rw-r--r--lib/radsrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/radsrv.c b/lib/radsrv.c
index 834e5e25..5ae96303 100644
--- a/lib/radsrv.c
+++ b/lib/radsrv.c
@@ -70,7 +70,7 @@ grad_server_send_reply(int fd, grad_request_t *radreq,
grad_ip_iptostr(radreq->ipaddr, NULL),
grad_nas_request_to_name(radreq, buf, sizeof buf));
#else
- GRAD_DEBUG4(1, "Sending %s of id %d to %s (nas %s",
+ GRAD_DEBUG4(1, "Sending %s of id %d to %s (nas %s)",
grad_request_code_to_name(reply_code),
radreq->id,
grad_ip_iptostr(radreq->ipaddr, NULL),

Return to:

Send suggestions and report system problems to the System administrator.