Regularized error messages
authorAlan T. DeKok <aland@freeradius.org>
Tue, 7 Sep 2010 20:36:35 +0000 (22:36 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 9 Sep 2010 11:12:10 +0000 (13:12 +0200)
src/main/auth.c

index 2b44933..b8f1edf 100644 (file)
@@ -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;
                }
        }