mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
net.unbound: Adjust log level of error to error to error
This error is an error, therefore it should be at the error level
This commit is contained in:
parent
5e95ed633a
commit
24288146ae
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ local function lookup(callback, qname, qtype, qclass)
|
|||
if ret then
|
||||
waiting_queries[ret] = callback;
|
||||
else
|
||||
log_query("warn", "Resolver error: %s", err);
|
||||
log_query("error", "Resolver error: %s", err);
|
||||
end
|
||||
return ret, err;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue