diff options
| -rwxr-xr-x | apt-panopticon.lua | 4 |
1 files 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) | |||
| 287 | end | 287 | end |
| 288 | if ("28" == status) or ("7" == status) then | 288 | if ("28" == status) or ("7" == status) then |
| 289 | if sanity then | 289 | if sanity then |
| 290 | E(" TIMEOUT " .. timeouts + 1 .. ", retry " .. retry + 1, PU.scheme, "URLSanity", host) | 290 | T(" TIMEOUT " .. timeouts + 1 .. ", retry " .. retry + 1, PU.scheme, "URLSanity", host) |
| 291 | else | 291 | else |
| 292 | E(" TIMEOUT " .. timeouts + 1 .. ", retry " .. retry + 1, PU.scheme, "", host) | 292 | T(" TIMEOUT " .. timeouts + 1 .. ", retry " .. retry + 1, PU.scheme, "", host) |
| 293 | end | 293 | end |
| 294 | timeouts = timeouts + 1 | 294 | timeouts = timeouts + 1 |
| 295 | end | 295 | end |
