summaryrefslogtreecommitdiff
path: root/util/data/msgreply.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-08-05 20:02:55 +0000
committerCy Schubert <cy@FreeBSD.org>2022-08-05 20:02:55 +0000
commit9b76d32f2310b735dbeb896cbf2776cad61f23e8 (patch)
treecac9730d14d9c15b0c773429e65bba9e97506c93 /util/data/msgreply.c
parentd57351465531b38689892ec862de2725b52842dd (diff)
Diffstat (limited to 'util/data/msgreply.c')
-rw-r--r--util/data/msgreply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/data/msgreply.c b/util/data/msgreply.c
index e3ee607b1540..1e6ee97040cf 100644
--- a/util/data/msgreply.c
+++ b/util/data/msgreply.c
@@ -1015,7 +1015,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);
+ verbose(VERB_ALGO, "attached EDE code: %d with message: %s", code, (txt?txt:"\"\""));
*prevp = opt;
return 1;
}