]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
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 7c81c907f20965650ba3b8d9d996f12edd39805f..22ea88ab0b46a0f5bde16b759683f09155785f4d 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;
         }