diff options
-rwxr-xr-x | apt-panopticon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 35545d9..e09c8e5 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -338,7 +338,7 @@ checkHEAD = function (host, URL, r, retry, sanity) | |||
338 | E(spcd .. spcd .. code .. " " .. cstr .. ". " .. check .. " " .. APT.lnk(URL), PU.scheme, sanity, host) | 338 | E(spcd .. spcd .. code .. " " .. cstr .. ". " .. check .. " " .. APT.lnk(URL), PU.scheme, sanity, host) |
339 | else | 339 | else |
340 | if not APT.testing(PU.scheme, host) then | 340 | if not APT.testing(PU.scheme, host) then |
341 | W(spcd .. spcd .. "Not supported, but works " .. PU.scheme .. " " .. APT.lnk(URL), PU.scheme, "", host) | 341 | I(spcd .. spcd .. "Not supported, but works " .. PU.scheme .. " " .. APT.lnk(URL), PU.scheme, "", host) |
342 | end | 342 | end |
343 | I(spcd .. spcd .. code .. " " .. cstr .. ". " .. check .. " " .. APT.lnk(URL), host) | 343 | I(spcd .. spcd .. code .. " " .. cstr .. ". " .. check .. " " .. APT.lnk(URL), host) |
344 | -- timeouts = timeouts - 1 -- Backoff the timeouts count if we managed to get through. | 344 | -- timeouts = timeouts - 1 -- Backoff the timeouts count if we managed to get through. |