aboutsummaryrefslogtreecommitdiffstats
path: root/net/adns.lua
diff options
context:
space:
mode:
Diffstat (limited to 'net/adns.lua')
-rw-r--r--net/adns.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/adns.lua b/net/adns.lua
index 852f3f4f..8fe05653 100644
--- a/net/adns.lua
+++ b/net/adns.lua
@@ -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;