Skip to content

Commit 2dd821c

Browse files
committed
- Too many quotes for the EDE message debug printout.
1 parent 713b5db commit 2dd821c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/Changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
17 September 2025: Yorgos
2+
- Too many quotes for the EDE message debug printout.
3+
14
15 September 2025: Yorgos
25
- Small debug output improvement when attaching an EDE.
36

util/data/msgreply.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ int edns_opt_list_append_ede(struct edns_option** list, struct regional* region,
11291129
prevp = list;
11301130
while(*prevp != NULL)
11311131
prevp = &((*prevp)->next);
1132-
verbose(VERB_ALGO, "attached EDE code: %d with message: '%s'", code, (txt?txt:"\"\""));
1132+
verbose(VERB_ALGO, "attached EDE code: %d with message: '%s'", code, (txt?txt:""));
11331133
*prevp = opt;
11341134
return 1;
11351135
}

0 commit comments

Comments
 (0)