resolved: fix debug message

This commit is contained in:
Daniel Mack 2015-09-03 12:04:31 +02:00
parent 124602aea8
commit a20b959217
1 changed files with 1 additions and 1 deletions

View 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;
}