Shorten debug message
authorAlan T. DeKok <aland@freeradius.org>
Tue, 8 Jun 2010 13:15:23 +0000 (15:15 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 10 Jun 2010 08:30:16 +0000 (10:30 +0200)
src/main/auth.c

index 54f5992..2b44933 100644 (file)
@@ -262,7 +262,7 @@ static int rad_check_password(REQUEST *request)
                        *
                        *       This is fail-safe.
                        */
-                       RDEBUG2("No authenticate method (Auth-Type) configuration found for the request: Rejecting the user");
+                       RDEBUG2("No authenticate method (Auth-Type) found for the request: Rejecting the user");
                        return -2;
                }
        }