mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-08-17 21:25:50 +02:00
- Too many quotes for the EDE message debug printout.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
17 September 2025: Yorgos
|
||||
- Too many quotes for the EDE message debug printout.
|
||||
|
||||
15 September 2025: Yorgos
|
||||
- Small debug output improvement when attaching an EDE.
|
||||
|
||||
|
||||
@@ -1129,7 +1129,7 @@ int edns_opt_list_append_ede(struct edns_option** list, struct regional* region,
|
||||
prevp = list;
|
||||
while(*prevp != NULL)
|
||||
prevp = &((*prevp)->next);
|
||||
verbose(VERB_ALGO, "attached EDE code: %d with message: '%s'", code, (txt?txt:"\"\""));
|
||||
verbose(VERB_ALGO, "attached EDE code: %d with message: '%s'", code, (txt?txt:""));
|
||||
*prevp = opt;
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user