From: Gerald Vogt Date: Fri, 9 May 2025 05:52:26 +0000 (+0200) Subject: Update debug message to give correct context X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f48924f4e17befbe4edd94b7af401ef6599d3ce;p=thirdparty%2Ffreeradius-server.git Update debug message to give correct context --- diff --git a/src/modules/rlm_pap/rlm_pap.c b/src/modules/rlm_pap/rlm_pap.c index 0f04b84beec..526ab5bef53 100644 --- a/src/modules/rlm_pap/rlm_pap.c +++ b/src/modules/rlm_pap/rlm_pap.c @@ -892,7 +892,7 @@ static inline unlang_action_t CC_HINT(nonnull) pap_auth_pbkdf2_sha256_legacy(rlm &FR_SBUFF_IN((char const *) p, (char const *)end), false, false); if (slen <= 0) { - RPEDEBUG("Failed decoding Password.PBKDF2 hash component"); + RPEDEBUG("Failed decoding Password.With-Header {PBKDF2_SHA256}: \"%.*s\"", (int)(end -p), p); RETURN_MODULE_INVALID; }