From: Alan T. DeKok Date: Sat, 11 Dec 2021 14:08:52 +0000 (-0500) Subject: clarify error message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=101b941fdfb1b41fc719e8c99ed7805bb30400c5;p=thirdparty%2Ffreeradius-server.git clarify error message --- diff --git a/src/lib/util/value.c b/src/lib/util/value.c index 6412297c298..3be71cd54cb 100644 --- a/src/lib/util/value.c +++ b/src/lib/util/value.c @@ -4965,7 +4965,7 @@ parse: break; default: - fr_strerror_printf("Unknown attribute dst_type %d", dst_type); + fr_strerror_printf("Cannot parse input as data type %s", fr_table_str_by_value(fr_value_box_type_table, dst_type, "")); return -1; }