diff options
-rw-r--r-- | net/unbound.lua | 2 |
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 |