diff options
author | onefang | 2019-06-28 15:40:13 +1000 |
---|---|---|
committer | onefang | 2019-06-28 15:40:13 +1000 |
commit | ac5771b0c951d6176bb683e9e2a408c9f660aa15 (patch) | |
tree | 24a1d0dfbf3b431fd2df9cf7c141d83b3d9fa923 | |
parent | Line up some of the messages better. (diff) | |
download | apt-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.
Diffstat (limited to '')
-rwxr-xr-x | mirror-checker.lua | 2 |
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 |