Simplify warning message
authorAlan T. DeKok <aland@freeradius.org>
Wed, 20 Feb 2013 04:40:07 +0000 (23:40 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 20 Feb 2013 04:40:07 +0000 (23:40 -0500)
src/modules/rlm_pap/rlm_pap.c

index 0fae01d..bfe3671 100644 (file)
@@ -395,7 +395,7 @@ static rlm_rcode_t pap_authorize(void *instance, REQUEST *request)
                }
 
                RDEBUGW("No \"known good\" password found for the user.  Not setting Auth-Type.");
-               RDEBUGW("PAP authentication will fail unless a \"known good\" password is available.");
+               RDEBUGW("Authentication will fail unless a \"known good\" password is available.");
                return RLM_MODULE_NOOP;
        }