Skip to content

Commit 52b1062

Browse files
czp182alandekok
authored andcommitted
error in DEBUG message
(found by claude code)
1 parent ebd97d0 commit 52b1062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/unlang/edit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ static int apply_edits_to_list(request_t *request, unlang_frame_state_edit_t *st
351351
* Can't concatenate empty results.
352352
*/
353353
if (!box) {
354-
RWDEBUG("%s %s ... - Assignment failed to having no value on right-hand side", map->lhs->name, fr_tokens[map->op]);
354+
RWDEBUG("%s %s ... - Assignment failed due to having no value on right-hand side", map->lhs->name, fr_tokens[map->op]);
355355
return -1;
356356
}
357357

0 commit comments

Comments
 (0)