From 5d1ae20d2c279348e459ff84d3ee7ab890e6048f Mon Sep 17 00:00:00 2001 From: onefang Date: Fri, 3 Jan 2020 23:27:46 +1000 Subject: A bit more info in the "not updated yet" WARNING. --- apt-panopticon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ' upd is ' .. os.date('!%F %T', upd) .. ' updd is ' .. os.date('!%F %T', updd) .. ' now is ' .. os.date('!%F %T', now) .. ' Updated is ' .. APT.mirrors[host].Updated) if updd >= now then - W('Release ' .. n .. ' not updated yet, should update @ ' .. os.date('!%F %T', upd), 'http', 'Updated', host) + 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) Updating = true else 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) -- cgit v1.1