From: Nick Porter Date: Mon, 27 Oct 2025 17:30:20 +0000 (+0000) Subject: This is really an error X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8ea3c868e6549e3901be5ea2ed75e5f27226cc4;p=thirdparty%2Ffreeradius-server.git This is really an error And marking it as such will create Module-Failure-Message which is helpful for logging. --- diff --git a/src/modules/rlm_mschap/rlm_mschap.c b/src/modules/rlm_mschap/rlm_mschap.c index 420f8e4ddcd..93dbfb63925 100644 --- a/src/modules/rlm_mschap/rlm_mschap.c +++ b/src/modules/rlm_mschap/rlm_mschap.c @@ -1516,7 +1516,7 @@ static int CC_HINT(nonnull(1, 2, 3)) nt_password_find(TALLOC_CTX *ctx, fr_pair_t /* * If we're doing internal auth, then this is an issue */ - RWDEBUG2("No control.%s.%s or control.%s.%s found. Cannot create Password.NT", + REDEBUG2("No control.%s.%s or control.%s.%s found. Cannot create Password.NT", attr_cleartext_password->parent->name, attr_cleartext_password->name, attr_nt_password->parent->name, attr_nt_password->name); return -1;