* Mash all of the results together.
*/
if (fr_value_box_list_concat_in_place(box, box, &out->result, FR_TYPE_STRING, FR_VALUE_BOX_LIST_FREE, true, SIZE_MAX) < 0) {
- RPEDEBUG("Failed converting result to string");
+ RWDEBUG("Failed converting result to string");
return -1;
}
* string and then cast it to the correct data type.
*/
if (fr_value_box_list_concat_in_place(box, box, &out->result, FR_TYPE_STRING, FR_VALUE_BOX_LIST_FREE, true, SIZE_MAX) < 0) {
- RPEDEBUG("Failed converting result to string");
+ RWDEBUG("Failed converting result to string");
return -1;
}
* Mash all of the results together.
*/
if (fr_value_box_list_concat_in_place(box, box, ¤t->rhs.result, FR_TYPE_STRING, FR_VALUE_BOX_LIST_FREE, true, SIZE_MAX) < 0) {
- RPEDEBUG("Failed converting result to string");
+ RWDEBUG("Failed converting result to string");
return -1;
}
}
if (fr_value_box_list_concat_in_place(box, box, ¤t->rhs.result, FR_TYPE_STRING,
FR_VALUE_BOX_LIST_FREE_BOX, true, 8192) < 0) {
- RPEDEBUG("Failed converting result to string");
+ RWDEBUG("Failed converting result to string");
return -1;
}
box = fr_dlist_head(¤t->rhs.result);