From: Alan T. DeKok Date: Thu, 13 Dec 2018 19:48:47 +0000 (-0500) Subject: clarify message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8cc9fbd8b52d36e0db624c7e3fb46bcbd9b078a;p=thirdparty%2Ffreeradius-server.git clarify message --- diff --git a/src/lib/util/dict.c b/src/lib/util/dict.c index 2d9ad5e1297..081b6ed19e6 100644 --- a/src/lib/util/dict.c +++ b/src/lib/util/dict.c @@ -5248,7 +5248,7 @@ int fr_dict_attr_autoload(fr_dict_attr_autoload_t const *to_load) } if (!*p->dict) { - fr_strerror_printf("Missing dictionary for attribute \"%s\" autoresolution", p->name); + fr_strerror_printf("Dictionary was not already loaded for attribute \"%s\"", p->name); return -1; }