resolved: fix debug message
authorDaniel Mack <daniel@zonque.org>
Thu, 3 Sep 2015 10:04:31 +0000 (12:04 +0200)
committerDaniel Mack <daniel@zonque.org>
Tue, 8 Dec 2015 15:51:40 +0000 (16:51 +0100)
src/resolve/resolved-dns-transaction.c

index 7c81c90..22ea88a 100644 (file)
@@ -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;
         }