From 7189ba715d57ef4b34c7773ee268beac2d81df49 Mon Sep 17 00:00:00 2001 From: Ralph Dolmans Date: Wed, 15 Jul 2020 17:33:48 +0200 Subject: [PATCH] dnstap log message typo fix --- dnstap/dtstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnstap/dtstream.c b/dnstap/dtstream.c index 57fbf9a78..3a792f589 100644 --- a/dnstap/dtstream.c +++ b/dnstap/dtstream.c @@ -1120,7 +1120,7 @@ static int dtio_read_accept_frame(struct dt_io_thread* dtio) return 1; } else { /* unknow content type */ - verbose(VERB_ALGO, "dnstap: ACCEPT frames " + verbose(VERB_ALGO, "dnstap: ACCEPT frame " "contains unknown content type, " "closing connection"); goto close_connection; -- 2.47.3