PEP: Fixed namespace for the <item> element in PEP broadcasts.
[prosody.git] / net / adns.lua
index 9438bf4529c914403759daf5dce1804e758afa00..b0c9a62506ae2874a570c510d75d7644b5b6c334 100644 (file)
@@ -29,7 +29,7 @@ function lookup(handler, qname, qtype, qclass)
                                log("debug", "Reply for %s (%s)", qname, tostring(coroutine.running()));
                                local ok, err = pcall(handler, dns.peek(qname, qtype, qclass));
                                if not ok then
-                                       log("debug", "Error in DNS response handler: %s", tostring(err));
+                                       log("error", "Error in DNS response handler: %s", tostring(err));
                                end
                        end)(dns.peek(qname, qtype, qclass));
 end