summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2015-01-12 23:22:08 +0000
committerSimon Kelley <simon@thekelleys.org.uk>2015-01-12 23:22:08 +0000
commitae4624bf46b5e37ff1a9a2ba3c927e0dede95adb (patch)
tree78b36ee7b3fec313b193acf4c271a0d06c976eba
parent5e321739db381a1d7b5964d76e9c81471d2564c9 (diff)
downloaddnsmasq-ae4624bf46b5e37ff1a9a2ba3c927e0dede95adb.tar.gz
Logs for DS records consistent.
-rw-r--r--src/rfc1035.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rfc1035.c b/src/rfc1035.c
index 75c4266..262274f 100644
--- a/src/rfc1035.c
+++ b/src/rfc1035.c
@@ -1643,7 +1643,7 @@ size_t answer_request(struct dns_header *header, char *limit, size_t qlen,
{
if (crecp->flags & F_NXDOMAIN)
nxdomain = 1;
- log_query(F_UPSTREAM, name, NULL, "secure no DS");
+ log_query(F_UPSTREAM, name, NULL, "no DS");
}
else if ((keydata = blockdata_retrieve(crecp->addr.ds.keydata, crecp->addr.ds.keylen, NULL)))
{