]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Added minor debug message
authorAlan T. DeKok <aland@freeradius.org>
Fri, 11 Nov 2011 08:26:15 +0000 (09:26 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 11 Nov 2011 08:26:15 +0000 (09:26 +0100)
src/modules/rlm_eap/rlm_eap.c

index 6d4085ea57c2558e564c917cf99155c913933ce6..a4a01f5a7166e09156a8bef3fe56a2f2a223bf26 100644 (file)
@@ -444,6 +444,7 @@ static int eap_authenticate(void *instance, REQUEST *request)
                 *      to accidentally failing it.
                 */
                if (!eaplist_add(inst, handler)) {
+                       RDEBUG("Failed adding handler to the list");
                        eap_fail(handler);
                        eap_handler_free(inst, handler);
                        return RLM_MODULE_FAIL;