mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
net.adns: Log a warning if loaded (because net.unbound wasn't)
This commit is contained in:
parent
c98a6d205e
commit
bde46d79cd
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ local promise = require "util.promise";
|
|||
|
||||
local log = require "util.logger".init("adns");
|
||||
|
||||
log("warn", "Old async DNS library used, lua-unbound missing?"); -- TODO write docs about luaunbound
|
||||
|
||||
local coroutine, pcall = coroutine, pcall;
|
||||
local setmetatable = setmetatable;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue