From 4615f9e4761c6932bc7496ca1d0a9c8066ef79e1 Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 23 Dec 2019 13:01:55 +1000 Subject: Some more timeout tweaks. --- apt-panopticon.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 4e4be94..019da1d 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua @@ -287,9 +287,9 @@ checkHEAD = function (host, URL, r, retry, sanity) end if ("28" == status) or ("7" == status) then if sanity then - E(" TIMEOUT " .. timeouts + 1 .. ", retry " .. retry + 1, PU.scheme, "URLSanity", host) + T(" TIMEOUT " .. timeouts + 1 .. ", retry " .. retry + 1, PU.scheme, "URLSanity", host) else - E(" TIMEOUT " .. timeouts + 1 .. ", retry " .. retry + 1, PU.scheme, "", host) + T(" TIMEOUT " .. timeouts + 1 .. ", retry " .. retry + 1, PU.scheme, "", host) end timeouts = timeouts + 1 end -- cgit v1.1