aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2019-12-31 14:32:29 +1000
committeronefang2019-12-31 14:32:29 +1000
commit5b714bfca2c9498934f70565b1e03cb5aac5536f (patch)
tree07b716738a9c16aa29e40b419db4269e0cadfb16
parentTODO-- (diff)
downloadapt-panopticon-5b714bfca2c9498934f70565b1e03cb5aac5536f.zip
apt-panopticon-5b714bfca2c9498934f70565b1e03cb5aac5536f.tar.gz
apt-panopticon-5b714bfca2c9498934f70565b1e03cb5aac5536f.tar.bz2
apt-panopticon-5b714bfca2c9498934f70565b1e03cb5aac5536f.tar.xz
"Not supported, but works" should not be a warning, coz it works. B-)
-rwxr-xr-xapt-panopticon.lua2
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.