aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/adns.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/adns.lua b/net/adns.lua
index bf6c11ab..852f3f4f 100644
--- a/net/adns.lua
+++ b/net/adns.lua
@@ -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;