diff options
author | Daniel Mack <daniel@zonque.org> | 2015-09-03 12:04:31 +0200 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2015-12-08 16:51:40 +0100 |
commit | a20b9592178ff728ddeefa13c77e00be91af14c4 (patch) | |
tree | 77b328f4f16b58ea5cffa3ed4472d15ee7e049d7 /src | |
parent | 124602aea81a27dda02e898798a18f95bf03734e (diff) |
resolved: fix debug message
Diffstat (limited to 'src')
-rw-r--r-- | src/resolve/resolved-dns-transaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve/resolved-dns-transaction.c b/src/resolve/resolved-dns-transaction.c index 7c81c907f2..22ea88ab0b 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; } |