]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
use argument in print statement
authorAlan T. DeKok <aland@freeradius.org>
Wed, 8 Mar 2017 22:27:35 +0000 (17:27 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 8 Mar 2017 22:27:35 +0000 (17:27 -0500)
src/lib/dict.c

index 9e0099363e3538171f156f84c048b5da5d281681..402e10f8dd66cfcbddb66d0e0f76a721c44b2ddb 100644 (file)
@@ -3832,7 +3832,7 @@ fr_dict_t *fr_dict_by_da(fr_dict_attr_t const *da)
        }
 
        if (!da_p->flags.is_root) {
-               fr_strerror_printf("%s: Attribute has not been inserted into a dictionary", __FUNCTION__, da->name);
+               fr_strerror_printf("%s: Attribute %s has not been inserted into a dictionary", __FUNCTION__, da->name);
                return NULL;
        }