]> 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>
Thu, 17 Nov 2011 11:03:56 +0000 (12:03 +0100)
src/modules/rlm_eap/rlm_eap.c

index 38938f6b2b5775bdabf03bb010145b4f17b77cb6..92a55fdbda27f071f1ca744dc5b3fed26fb994df 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;