diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-02 02:07:44 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-02 02:07:44 +0000 |
commit | bd4cd357a13ae205294217024dbb74e1d74534fd (patch) | |
tree | 2ae76a04cdfc4f888b6d8253ad17d3216c7a3126 /IkiWiki/Plugin | |
parent | d71c50b43c48b51fad3453243038208218365b90 (diff) |
* Add processed date to aggregate preprocessor directive status output.
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/aggregate.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/aggregate.pm b/IkiWiki/Plugin/aggregate.pm index 4bc919526..d0d7f4217 100644 --- a/IkiWiki/Plugin/aggregate.pm +++ b/IkiWiki/Plugin/aggregate.pm @@ -232,7 +232,8 @@ sub aggregate () { #{{{ ); } - $feed->{message}="processed ok"; + $feed->{message}="processed ok at ". + IkiWiki::displaytime($feed->{lastupdate}); } # TODO: expiry |