vp = tmpl_dcursor_build_init(&err, state, &lhs_cc, &lhs_cursor, request, current->lhs.vpt, edit_list_pair_build, current);
tmpl_dcursor_clear(&lhs_cc);
if (!vp) {
- RPDEBUG("Failed creating attribute %s", current->lhs.vpt->name);
+ RWDEBUG("Failed creating attribute %s", current->lhs.vpt->name);
return -1;
}
vp = tmpl_dcursor_build_init(&err, state, &lhs_cc, &lhs_cursor, request, current->lhs.vpt, edit_list_pair_build, current);
tmpl_dcursor_clear(&lhs_cc);
if (!vp) {
- RPDEBUG("Failed creating attribute %s", current->lhs.vpt->name);
+ RWDEBUG("Failed creating attribute %s", current->lhs.vpt->name);
return -1;
}
* because foo[3] is a single leaf value, not a list.
*/
if (!map->rhs && fr_type_is_leaf(tmpl_attr_tail_da(current->lhs.vpt)->type)) {
- RPDEBUG("Can't set one entry to multiple values for %s", current->lhs.vpt->name);
+ RWDEBUG("Cannot set one entry to multiple values for %s", current->lhs.vpt->name);
return -1;
}
tmpl_dcursor_clear(&cc);
if (!vp) {
if (!current->lhs.create) {
- RPDEBUG("Failed finding %s", current->lhs.vpt->name);
+ RWDEBUG("Failed finding %s", current->lhs.vpt->name);
return -1;
}