aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2020-01-03 23:27:46 +1000
committeronefang2020-01-03 23:27:46 +1000
commit5d1ae20d2c279348e459ff84d3ee7ab890e6048f (patch)
treed5835a6f7f480f0c715531dc4121f0d246071c5f
parentUpdate the other use of !%s to match the last commit. (diff)
downloadapt-panopticon-5d1ae20d2c279348e459ff84d3ee7ab890e6048f.zip
apt-panopticon-5d1ae20d2c279348e459ff84d3ee7ab890e6048f.tar.gz
apt-panopticon-5d1ae20d2c279348e459ff84d3ee7ab890e6048f.tar.bz2
apt-panopticon-5d1ae20d2c279348e459ff84d3ee7ab890e6048f.tar.xz
A bit more info in the "not updated yet" WARNING.
-rwxr-xr-xapt-panopticon.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index 0f7cf99..e4cfc22 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -862,7 +862,7 @@ local parseRelease = function(host)
862 ' upd is ' .. os.date('!%F %T', upd) .. ' updd is ' .. os.date('!%F %T', updd) .. 862 ' upd is ' .. os.date('!%F %T', upd) .. ' updd is ' .. os.date('!%F %T', updd) ..
863 ' now is ' .. os.date('!%F %T', now) .. ' Updated is ' .. APT.mirrors[host].Updated) 863 ' now is ' .. os.date('!%F %T', now) .. ' Updated is ' .. APT.mirrors[host].Updated)
864 if updd >= now then 864 if updd >= now then
865 W('Release ' .. n .. ' not updated yet, should update @ ' .. os.date('!%F %T', upd), 'http', 'Updated', host) 865 W('Release ' .. n .. ' not updated yet, should update @ ' .. os.date('!%F %T', upd) .. ', and was last updated @ ' .. os.date('!%F %T', new), 'http', 'Updated', host)
866 Updating = true 866 Updating = true
867 else 867 else
868 E('Release ' .. n .. ' not updated, should have updated @ ' .. os.date('!%F %T', upd) .. ', but was last updated @ ' .. os.date('!%F %T', new), 'http', 'Updated', host) 868 E('Release ' .. n .. ' not updated, should have updated @ ' .. os.date('!%F %T', upd) .. ', but was last updated @ ' .. os.date('!%F %T', new), 'http', 'Updated', host)