]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Command sockets are debug messages, not info
authorAlan T. DeKok <aland@freeradius.org>
Thu, 6 Sep 2012 09:28:18 +0000 (11:28 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 6 Sep 2012 09:33:17 +0000 (11:33 +0200)
src/main/event.c
src/main/listen.c

index 20018062c5446b606f082e6fcd87f4acca9b85a0..2f71ff339dc505c256216a493f0bef11c0d26cbe 100644 (file)
@@ -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;
index e079f70eda1ad1f951e341c59152b8da2cb8a037..96ab328387113f0ef5f20612d4f45e50f9fe718f 100644 (file)
@@ -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