From 3534f27a57b0a9cebda452d27676e0b96095ec8d Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Tue, 7 Sep 2010 22:36:35 +0200 Subject: [PATCH] Regularized error messages --- src/main/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/auth.c b/src/main/auth.c index 2b44933..b8f1edf 100644 --- a/src/main/auth.c +++ b/src/main/auth.c @@ -262,7 +262,7 @@ static int rad_check_password(REQUEST *request) * * This is fail-safe. */ - RDEBUG2("No authenticate method (Auth-Type) found for the request: Rejecting the user"); + RDEBUG2("ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user"); return -2; } } -- 2.1.4