From: Daniel Mack Date: Thu, 3 Sep 2015 10:04:31 +0000 (+0200) Subject: resolved: fix debug message X-Git-Tag: v229~226^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a20b9592178ff728ddeefa13c77e00be91af14c4;p=thirdparty%2Fsystemd.git resolved: fix debug message --- diff --git a/src/resolve/resolved-dns-transaction.c b/src/resolve/resolved-dns-transaction.c index 7c81c907f20..22ea88ab0b4 100644 --- a/src/resolve/resolved-dns-transaction.c +++ b/src/resolve/resolved-dns-transaction.c @@ -243,7 +243,7 @@ static int on_stream_complete(DnsStream *s, int error) { } if (dns_packet_validate_reply(p) <= 0) { - log_debug("Invalid LLMNR TCP packet."); + log_debug("Invalid TCP reply packet."); dns_transaction_complete(t, DNS_TRANSACTION_INVALID_REPLY); return 0; }