diff options
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 49d643a..82371c7 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -1884,7 +1884,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; } |