From: Alan T. DeKok Date: Thu, 6 Sep 2012 09:28:18 +0000 (+0200) Subject: Command sockets are debug messages, not info X-Git-Tag: release_2_2_0~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2b89987db1cd2c58c64eb295797b75d2f94d203;p=thirdparty%2Ffreeradius-server.git Command sockets are debug messages, not info --- diff --git a/src/main/event.c b/src/main/event.c index 20018062c54..2f71ff339dc 100644 --- a/src/main/event.c +++ b/src/main/event.c @@ -3269,7 +3269,7 @@ void event_new_fd(rad_listen_t *this) } if (this->status == RAD_LISTEN_STATUS_CLOSED) { - radlog(L_INFO, " ... closing socket %s", buffer); + DEBUG(" ... closing socket %s", buffer); fr_event_fd_delete(el, 0, this->fd); this->status = RAD_LISTEN_STATUS_FINISH; diff --git a/src/main/listen.c b/src/main/listen.c index e079f70eda1..96ab3283871 100644 --- a/src/main/listen.c +++ b/src/main/listen.c @@ -1866,7 +1866,7 @@ rad_listen_t *proxy_new_listener(fr_ipaddr_t *ipaddr, int exists) char buffer[256]; this->print(this, buffer, sizeof(buffer)); - radlog(L_INFO, " ... adding new socket %s", buffer); + DEBUG(" ... adding new socket %s", buffer); /* * Add the new listener to the list of