]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
clarify message
authorAlan T. DeKok <aland@freeradius.org>
Thu, 13 Dec 2018 19:48:47 +0000 (14:48 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 13 Dec 2018 19:48:47 +0000 (14:48 -0500)
src/lib/util/dict.c

index 2d9ad5e1297c8c2c451d3357caa919613a6d64d7..081b6ed19e63eef593f76559a779c7ee01dc6d41 100644 (file)
@@ -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;
                }