From ac5771b0c951d6176bb683e9e2a408c9f660aa15 Mon Sep 17 00:00:00 2001 From: onefang Date: Fri, 28 Jun 2019 15:40:13 +1000 Subject: Anotner message line up. Missed this one in the last commit. --- mirror-checker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirror-checker.lua b/mirror-checker.lua index 4a82309..6eb1c1a 100755 --- a/mirror-checker.lua +++ b/mirror-checker.lua @@ -262,7 +262,7 @@ checkRedirects = function (orig, host, path, ip) if orig == host then D("checkRedirects " .. orig) else D("checkRedirects " .. orig .. " " .. host) end gatherIPs(ph.host) for k, v in pairs(IP[ph.host]) do - D("DNS record " .. v .. " " .. ph.host .. " -> " .. k) + D(" DNS record " .. v .. " " .. ph.host .. " -> " .. k) if v == "A" then if testing("IPv4") then execute("ionice -c3 ./mirror-checker.lua " .. sendArgs .. " " .. orig .. path .. " " .. k .. " &") end elseif v == "AAAA" then -- cgit v1.1