]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix warning message
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 6 Mar 2018 08:39:58 +0000 (14:39 +0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 6 Mar 2018 08:39:58 +0000 (14:39 +0600)
src/modules/rlm_eap/types/rlm_eap_aka/rlm_eap_aka.c

index b048f60861539061f47f8f60e8a12d056cc900a4..6dca3914c55328c9ef86e2c0b111814a8c96c442 100644 (file)
@@ -1258,7 +1258,7 @@ static int mod_section_compile(eap_aka_actions_t *actions, CONF_SECTION *server_
         *      Warn if we couldn't find any actions.
         */
        if (!found) {
-               cf_log_warn(server_cs, "No ocsp-state cache actions found in virtual server \"%s\"",
+               cf_log_warn(server_cs, "No \"eap-aka\" actions found in virtual server \"%s\"",
                            cf_section_name2(server_cs));
        }