mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.dependencies: Tone down lua-unbound dependency for now
At least until packages are available Wording from MattJ
This commit is contained in:
parent
fb8e10737d
commit
8c73ea0b22
2 changed files with 4 additions and 1 deletions
|
@ -12,7 +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
|
||||
log("debug", "Using legacy DNS API (missing lua-unbound?)"); -- TODO write docs about luaunbound
|
||||
-- TODO Raise log level once packages are available
|
||||
|
||||
local coroutine, pcall = coroutine, pcall;
|
||||
local setmetatable = setmetatable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue