From: Alan T. DeKok Date: Tue, 20 Sep 2016 11:55:40 +0000 (-0400) Subject: clarify message X-Git-Tag: release_3_0_12~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0500582ff04b4209064f6e181baedd7de84439d8;p=thirdparty%2Ffreeradius-server.git clarify message --- 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 9911ce41a1e..713b47e3be8 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);