From: Ralph Dolmans Date: Wed, 15 Jul 2020 15:33:48 +0000 (+0200) Subject: dnstap log message typo fix X-Git-Tag: release-1.11.0~14^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7189ba715d57ef4b34c7773ee268beac2d81df49;p=thirdparty%2Funbound.git dnstap log message typo fix --- 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;