aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index dd0ad58..2c0b86e 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -805,6 +805,10 @@ if 0 < #arg then
805 if crrnt < min and crrnt ~= 0 then min = crrnt end 805 if crrnt < min and crrnt ~= 0 then min = crrnt end
806 if crrnt > max then max = crrnt end 806 if crrnt > max then max = crrnt end
807 end 807 end
808 if l:find('timed out') ~= nil then
809 E(" TIMEOUT " .. timeouts + 1 .. ', details in curl-' .. mt .. '-' .. pu.host .. '.log', 'http', '', pu.host)
810 timeouts = timeouts + 1
811 end
808 end 812 end
809 end 813 end
810 end 814 end