From 5b714bfca2c9498934f70565b1e03cb5aac5536f Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 31 Dec 2019 14:32:29 +1000 Subject: "Not supported, but works" should not be a warning, coz it works. B-) --- apt-panopticon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-panopticon.lua') 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) E(spcd .. spcd .. code .. " " .. cstr .. ". " .. check .. " " .. APT.lnk(URL), PU.scheme, sanity, host) else if not APT.testing(PU.scheme, host) then - W(spcd .. spcd .. "Not supported, but works " .. PU.scheme .. " " .. APT.lnk(URL), PU.scheme, "", host) + I(spcd .. spcd .. "Not supported, but works " .. PU.scheme .. " " .. APT.lnk(URL), PU.scheme, "", host) end I(spcd .. spcd .. code .. " " .. cstr .. ". " .. check .. " " .. APT.lnk(URL), host) -- timeouts = timeouts - 1 -- Backoff the timeouts count if we managed to get through. -- cgit v1.1