summaryrefslogtreecommitdiff
path: root/radsecproxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'radsecproxy.c')
-rw-r--r--radsecproxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/radsecproxy.c b/radsecproxy.c
index 0fb13f4..bd8c272 100644
--- a/radsecproxy.c
+++ b/radsecproxy.c
@@ -1960,7 +1960,7 @@ int replyh(struct server *server, unsigned char *buf) {
if (*rq->buf == RAD_Status_Server) {
rq->received = 1;
pthread_mutex_unlock(&server->newrq_mutex);
- debug(DBG_INFO, "replyh: got status server response from %s", server->conf->host);
+ debug(DBG_DBG, "replyh: got status server response from %s", server->conf->host);
return 0;
}