aboutsummaryrefslogtreecommitdiffstats
path: root/net/unbound.lua
diff options
context:
space:
mode:
Diffstat (limited to 'net/unbound.lua')
-rw-r--r--net/unbound.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unbound.lua b/net/unbound.lua
index 1d917a91..bc196c22 100644
--- a/net/unbound.lua
+++ b/net/unbound.lua
@@ -123,7 +123,7 @@ local function lookup(callback, qname, qtype, qclass)
if ret then
waiting_queries[ret] = callback;
else
- log("warn", err);
+ log("warn", "Resolver error: %s", err);
end
return ret, err;
end