]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove duplicate message
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 10 Dec 2019 13:37:54 +0000 (20:37 +0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 10 Dec 2019 13:37:54 +0000 (20:37 +0700)
src/lib/server/connection.c

index 16357c95f635214bb3ac6d989f08dec295ac033d..f0ead1aec5c65a3cdf5a86c981e1714319f3fcf7 100644 (file)
@@ -858,7 +858,6 @@ void fr_connection_signal_connected(fr_connection_t *conn)
 
        switch (conn->state) {
        case FR_CONNECTION_STATE_CONNECTING:
-               DEBUG2("Connection established");
                connection_state_connected_enter(conn);
                return;