aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index 694e343..cb9b665 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -344,9 +344,9 @@ checkHEAD = function (host, URL, r, retry, sanity)
344 E(" " .. code .. " " .. cstr .. ". " .. check .. " " .. host .. " -> " .. URL, PU.scheme, "", host) 344 E(" " .. code .. " " .. cstr .. ". " .. check .. " " .. host .. " -> " .. URL, PU.scheme, "", host)
345 end 345 end
346 else 346 else
347 if not APT.testing(PU.scheme, host) then 347 if not APT.testing(PU.scheme, host) then
348 W("Not supported, but works " .. PU.scheme .. " " .. host .. " -> " .. URL, PU.scheme, "", host) 348 W("Not supported, but works " .. PU.scheme .. " " .. host .. " -> " .. URL, PU.scheme, "", host)
349 end 349 end
350 I(" " .. code .. " " .. cstr .. ". " .. check .. " " .. host .. " -> " .. URL) 350 I(" " .. code .. " " .. cstr .. ". " .. check .. " " .. host .. " -> " .. URL)
351-- timeouts = timeouts - 1 -- Backoff the timeouts count if we managed to get through. 351-- timeouts = timeouts - 1 -- Backoff the timeouts count if we managed to get through.
352 if nil ~= location then 352 if nil ~= location then