diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/adns.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/adns.lua b/net/adns.lua index 45fe74f0..e219ffa7 100644 --- a/net/adns.lua +++ b/net/adns.lua @@ -26,6 +26,7 @@ function lookup(handler, qname, qtype, qclass) end function cancel(handle, call_handler) + log("warn", "Cancelling DNS lookup for %s", tostring(handle[3])); dns.cancel(handle); if call_handler then coroutine.resume(handle[4]); |