]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Don't print unresolved - unresolved
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 20 Jan 2021 12:08:56 +0000 (12:08 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 20 Jan 2021 12:08:56 +0000 (12:08 +0000)
src/lib/server/tmpl_tokenize.c

index b67aa9871aecea34166845242db9fe8b74f6fb20..e5cfc717457e5a7e18a367ab108a8dce0bb4e6e7 100644 (file)
@@ -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, "<INVALID>"),
                             ar->ar_unresolved,