fix DNS server error message
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ void DNSServer::on_receive_message(int fd, short) {
|
|||||||
|
|
||||||
} else if (bytes < 0x0C) {
|
} else if (bytes < 0x0C) {
|
||||||
log(WARNING, "[DNSServer] input query too small");
|
log(WARNING, "[DNSServer] input query too small");
|
||||||
print_data(stderr, input);
|
print_data(stderr, input.data(), bytes);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
input.resize(bytes);
|
input.resize(bytes);
|
||||||
|
|||||||
Reference in New Issue
Block a user