]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Print the error...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 25 Jan 2022 23:19:28 +0000 (17:19 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 25 Jan 2022 23:19:28 +0000 (17:19 -0600)
src/lib/unlang/compile.c

index e4e47ef2f34eca6c493f3069e39726e429a1a190..849bd3bcb1b44103351908c3d4a5c645daaf163c 100644 (file)
@@ -303,7 +303,7 @@ static bool pass2_fixup_cond_map(fr_cond_t *c, CONF_ITEM *ci, fr_dict_t const *d
                 *      / RHS attribute(s), go check them.
                 */
                if (fr_cond_promote_types(c, NULL, NULL, NULL) < 0) {
-                       cf_log_err(ci, "Failed parsing condition after dynamic attributes were defined.");
+                       cf_log_perr(ci, "Failed parsing condition after dynamic attributes were defined");
                        return false;
                }
        }