projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
124602a
)
resolved: fix debug message
author
Daniel Mack
<daniel@zonque.org>
Thu, 3 Sep 2015 10:04:31 +0000
(12:04 +0200)
committer
Daniel Mack
<daniel@zonque.org>
Tue, 8 Dec 2015 15:51:40 +0000
(16:51 +0100)
src/resolve/resolved-dns-transaction.c
patch
|
blob
|
history
diff --git
a/src/resolve/resolved-dns-transaction.c
b/src/resolve/resolved-dns-transaction.c
index
7c81c90
..
22ea88a
100644
(file)
--- 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;
}