#include <freeradius-devel/util/file.h>
#include <freeradius-devel/util/rand.h>
#include <freeradius-devel/util/syserror.h>
+#include <freeradius-devel/util/value.h>
#include <sys/stat.h>
*/
if (!vendor && (attr < 256) &&
!strstr(fn, "rfc") && !strstr(fn, "illegal")) {
- fprintf(stderr, "WARNING: Illegal Attribute %s in %s\n",
+ fprintf(stderr, "WARNING: Illegal attribute %s in %s\n",
argv[0], fn);
}
#endif
case FR_TYPE_STRUCTURAL:
case FR_TYPE_NULL:
case FR_TYPE_MAX:
- fr_strerror_printf_push("Cannot define VALUE for Attribute '%s' of data type \"%s\"", da->name,
+ fr_strerror_printf_push("Cannot define VALUE for attribute '%s' of data type '%s'", da->name,
fr_table_str_by_value(fr_value_box_type_table, da->type, "<INVALID>"));
return -1;