summaryrefslogtreecommitdiff
path: root/lib/atomfeed.source.sh
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-11-19 10:52:17 +0000
committerPaul Buetow <paul@buetow.org>2022-11-19 10:52:17 +0000
commite9044cd87daabcb83522a68732e0b96189baf854 (patch)
tree51dbab3bfb80cf84afcb71bd290a942269ca11af /lib/atomfeed.source.sh
parentda8db7e2886b9604d7a543be681005b6e146ff63 (diff)
add DRAFT feature
Diffstat (limited to 'lib/atomfeed.source.sh')
-rw-r--r--lib/atomfeed.source.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/atomfeed.source.sh b/lib/atomfeed.source.sh
index c5e492f..65afa5a 100644
--- a/lib/atomfeed.source.sh
+++ b/lib/atomfeed.source.sh
@@ -88,6 +88,7 @@ atomfeed::generate () {
local -r atom_file="$gemfeed_dir/atom.xml"
local -r now=$($DATE --iso-8601=seconds)
+
log INFO "Generating Atom feed to $atom_file"
log INFO 'This may takes a while with an empty cache....'