aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index 33d1ef3..77cec08 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -802,6 +802,7 @@ if 0 < #arg then
802 if l:find('timed out') ~= nil then 802 if l:find('timed out') ~= nil then
803 E(" TIMEOUT " .. timeouts + 1 .. ', details in curl-' .. mt .. '-' .. pu.host .. '.log', 'http', '', pu.host) 803 E(" TIMEOUT " .. timeouts + 1 .. ', details in curl-' .. mt .. '-' .. pu.host .. '.log', 'http', '', pu.host)
804 timeouts = timeouts + 1 804 timeouts = timeouts + 1
805 APT.results["timeout"] = true
805 end 806 end
806 end 807 end
807 end 808 end