From 0500582ff04b4209064f6e181baedd7de84439d8 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Tue, 20 Sep 2016 07:55:40 -0400 Subject: [PATCH] clarify message --- src/modules/rlm_eap/types/rlm_eap_fast/rlm_eap_fast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/rlm_eap/types/rlm_eap_fast/rlm_eap_fast.c b/src/modules/rlm_eap/types/rlm_eap_fast/rlm_eap_fast.c index 9911ce4..713b47e 100644 --- a/src/modules/rlm_eap/types/rlm_eap_fast/rlm_eap_fast.c +++ b/src/modules/rlm_eap/types/rlm_eap_fast/rlm_eap_fast.c @@ -457,7 +457,7 @@ static int mod_process(void *arg, eap_handler_t *handler) * Success: Automatically return MPPE keys. */ case PW_CODE_ACCESS_ACCEPT: - RDEBUG("Note the missing PRF label warning below is harmless, ignore it"); + RDEBUG("Note that the 'missing PRF label' message below is harmless. Please ignore it."); if (t->accept_vps) { RDEBUG2("Using saved attributes from the original Access-Accept"); rdebug_pair_list(L_DBG_LVL_2, request, t->accept_vps, NULL); -- 2.1.4