]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo. Fixes #4209
authorAlan T. DeKok <aland@freeradius.org>
Wed, 25 Aug 2021 13:21:15 +0000 (09:21 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 25 Aug 2021 13:21:15 +0000 (09:21 -0400)
src/modules/rlm_eap/libeap/eap_tls.c

index 8aee16cf68d6a2f8fb29e51f821198fa922195c3..17e4cadca894fabe71ebb72c741dad844fe85bc9 100644 (file)
@@ -797,7 +797,7 @@ static fr_tls_status_t eaptls_operation(fr_tls_status_t status, eap_handler_t *h
        /*
         *      Who knows what happened...
         */
-       REDEBUG("T(LS) Cannot continue, as the peer is misbehaving.");
+       REDEBUG("(TLS) Cannot continue, as the peer is misbehaving.");
        return FR_TLS_FAIL;
 }