Skip to content

Commit

Permalink
typo in debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Oct 22, 2023
1 parent 3ebd2ea commit 0fca014
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/unlang/edit.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ static int apply_edits_to_leaf(request_t *request, unlang_frame_state_edit_t *st
bool single = false, pair = false;
map_t const *map = current->map;

XDEBUG("apply_edits_to_list %s", map->lhs->name);
XDEBUG("apply_edits_to_leaf %s", map->lhs->name);

if (!tmpl_is_attr(current->lhs.vpt)) {
REDEBUG("%s[%d] The left side of an assignment must be an attribute reference", MAP_INFO);
Expand Down
File renamed without changes.

0 comments on commit 0fca014

Please sign in to comment.