and we get the real error from the underlying function, and
not the error from something else.
if (fr_dlist_empty(list)) {
if (arg->required) {
- REDEBUG("Function %s is missing required argument %u", name, arg_num);
+ RWDEBUG("Function %s is missing required argument %u", name, arg_num);
return XLAT_ACTION_FAIL;
}
return XLAT_ACTION_DONE;
# Migration support. Some of the tests don't run under the new
# conditions, so we don't run them under the new conditions.
#
-ifeq "$(findstring ${1}, paircmp xlat-subst)" ""
+ifeq "$(findstring ${1}, paircmp)" ""
$(OUTPUT)/${1}: NEW_COND=-S parse_new_conditions=yes -S use_new_conditions=yes
endif