aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-web.lua
diff options
context:
space:
mode:
authoronefang2019-11-13 23:55:56 +1000
committeronefang2019-11-13 23:55:56 +1000
commit08fd8d9881963fe7b161c2631542ba4a6595863e (patch)
treef2bc932638d961c3967eeb7799b2753cc00fc401 /apt-panopticon-report-web.lua
parentCount the errors / warnings in the log files, and mention them on the web page. (diff)
downloadapt-panopticon-08fd8d9881963fe7b161c2631542ba4a6595863e.zip
apt-panopticon-08fd8d9881963fe7b161c2631542ba4a6595863e.tar.gz
apt-panopticon-08fd8d9881963fe7b161c2631542ba4a6595863e.tar.bz2
apt-panopticon-08fd8d9881963fe7b161c2631542ba4a6595863e.tar.xz
Oops--
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon-report-web.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon-report-web.lua b/apt-panopticon-report-web.lua
index 35c61dc..b8b56d4 100755
--- a/apt-panopticon-report-web.lua
+++ b/apt-panopticon-report-web.lua
@@ -272,7 +272,7 @@ if nil == file then C("opening mirrors file - " .. e) else
272 n[l] = {} 272 n[l] = {}
273 for i, u in pairs(w) do 273 for i, u in pairs(w) do
274 local log = logCount(k, i) 274 local log = logCount(k, i)
275 if "" == log then n[l] = u else n[log] = u end 275 if "" == log then n[l][i] = u else n[l][log] = u end
276 end 276 end
277 else 277 else
278 local log = logCount(k, l) 278 local log = logCount(k, l)