From: Arran Cudbard-Bell Date: Wed, 20 Jan 2021 12:08:56 +0000 (+0000) Subject: Don't print unresolved - unresolved X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36a3f00121afd81021949d0fcae8ecf5cc0909b4;p=thirdparty%2Ffreeradius-server.git Don't print unresolved - unresolved --- diff --git a/src/lib/server/tmpl_tokenize.c b/src/lib/server/tmpl_tokenize.c index b67aa9871ae..e5cfc717457 100644 --- a/src/lib/server/tmpl_tokenize.c +++ b/src/lib/server/tmpl_tokenize.c @@ -152,7 +152,11 @@ void tmpl_attr_ref_debug(const tmpl_attr_t *ar, int i) case TMPL_ATTR_TYPE_UNRESOLVED: - FR_FAULT_LOG("\t[%u] %s %s%s%s%s - unresolved", + /* + * Type reveals unresolved status + * so we don't need to add it explicitly + */ + FR_FAULT_LOG("\t[%u] %s %s%s%s%s", i, fr_table_str_by_value(attr_table, ar->type, ""), ar->ar_unresolved,