From: Alan T. DeKok Date: Sun, 23 Feb 2025 12:49:34 +0000 (-0500) Subject: make error message clearer X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dffadbfd7200201c900c739fa83beea91fb590cc;p=thirdparty%2Ffreeradius-server.git make error message clearer --- diff --git a/src/lib/util/dict_ext_priv.h b/src/lib/util/dict_ext_priv.h index 9b03bc0e825..b02027d932e 100644 --- a/src/lib/util/dict_ext_priv.h +++ b/src/lib/util/dict_ext_priv.h @@ -216,7 +216,7 @@ static inline int dict_attr_ref_aunresolved(fr_dict_attr_t **da_p, char const *r } da = *da_p; if (unlikely(ext->type != 0)) { - fr_strerror_printf("Attribute already contains a populated 'ref' extension"); + fr_strerror_printf("Attribute already has a 'ref=...' defined"); return -1; } ext->type = type | FR_DICT_ATTR_REF_UNRESOLVED; /* Always unresolved */