Regularized error messages
[freeradius.git] / 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;
                }
        }