diff options
author | onefang | 2019-11-13 23:55:56 +1000 |
---|---|---|
committer | onefang | 2019-11-13 23:55:56 +1000 |
commit | 08fd8d9881963fe7b161c2631542ba4a6595863e (patch) | |
tree | f2bc932638d961c3967eeb7799b2753cc00fc401 | |
parent | Count the errors / warnings in the log files, and mention them on the web page. (diff) | |
download | apt-panopticon-08fd8d9881963fe7b161c2631542ba4a6595863e.zip apt-panopticon-08fd8d9881963fe7b161c2631542ba4a6595863e.tar.gz apt-panopticon-08fd8d9881963fe7b161c2631542ba4a6595863e.tar.bz2 apt-panopticon-08fd8d9881963fe7b161c2631542ba4a6595863e.tar.xz |
Oops--
Diffstat (limited to '')
-rwxr-xr-x | apt-panopticon-report-web.lua | 2 |
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) |