aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2019-06-28 15:40:13 +1000
committeronefang2019-06-28 15:40:13 +1000
commitac5771b0c951d6176bb683e9e2a408c9f660aa15 (patch)
tree24a1d0dfbf3b431fd2df9cf7c141d83b3d9fa923
parentLine up some of the messages better. (diff)
downloadapt-panopticon-ac5771b0c951d6176bb683e9e2a408c9f660aa15.zip
apt-panopticon-ac5771b0c951d6176bb683e9e2a408c9f660aa15.tar.gz
apt-panopticon-ac5771b0c951d6176bb683e9e2a408c9f660aa15.tar.bz2
apt-panopticon-ac5771b0c951d6176bb683e9e2a408c9f660aa15.tar.xz
Anotner message line up.
Missed this one in the last commit.
-rwxr-xr-xmirror-checker.lua2
1 files changed, 1 insertions, 1 deletions
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)
262 if orig == host then D("checkRedirects " .. orig) else D("checkRedirects " .. orig .. " " .. host) end 262 if orig == host then D("checkRedirects " .. orig) else D("checkRedirects " .. orig .. " " .. host) end
263 gatherIPs(ph.host) 263 gatherIPs(ph.host)
264 for k, v in pairs(IP[ph.host]) do 264 for k, v in pairs(IP[ph.host]) do
265 D("DNS record " .. v .. " " .. ph.host .. " -> " .. k) 265 D(" DNS record " .. v .. " " .. ph.host .. " -> " .. k)
266 if v == "A" then 266 if v == "A" then
267 if testing("IPv4") then execute("ionice -c3 ./mirror-checker.lua " .. sendArgs .. " " .. orig .. path .. " " .. k .. " &") end 267 if testing("IPv4") then execute("ionice -c3 ./mirror-checker.lua " .. sendArgs .. " " .. orig .. path .. " " .. k .. " &") end
268 elseif v == "AAAA" then 268 elseif v == "AAAA" then