From: Nick Porter Date: Thu, 13 Jul 2023 18:22:07 +0000 (+0100) Subject: More user name -> key in rlm_files debug output X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=014f5d9ca7185b079e72fc1a7249628c9826349a;p=thirdparty%2Ffreeradius-server.git More user name -> key in rlm_files debug output --- diff --git a/src/modules/rlm_files/rlm_files.c b/src/modules/rlm_files/rlm_files.c index 160da1722f6..b2bf1a8c588 100644 --- a/src/modules/rlm_files/rlm_files.c +++ b/src/modules/rlm_files/rlm_files.c @@ -180,7 +180,7 @@ static int getusersfile(TALLOC_CTX *ctx, char const *filename, fr_htrie_t **ptre */ if ((fr_dict_vendor_num_by_da(da) != 0) || (da->attr < 0x100)) { - WARN("%s[%d] Changing '%s =' to '%s =='\n\tfor comparing RADIUS attribute in check item list for user %s", + WARN("%s[%d] Changing '%s =' to '%s =='\n\tfor comparing RADIUS attribute in check item list for key %s", entry->filename, entry->lineno, da->name, da->name, entry->name); @@ -220,7 +220,7 @@ static int getusersfile(TALLOC_CTX *ctx, char const *filename, fr_htrie_t **ptre */ if (fr_dict_attr_is_top_level(da) && (da->attr > 1000)) { WARN("%s[%d] Check item \"%s\"\n" - "\tfound in reply item list for user \"%s\".\n" + "\tfound in reply item list for key value \"%s\".\n" "\tThis attribute MUST go on the first line" " with the other check items", entry->filename, entry->lineno, da->name, entry->name);