summaryrefslogtreecommitdiffstats
path: root/lib/index.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-04-30 19:38:30 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-04-30 19:38:30 (EDT)
commitc91fe2bd673b10aa49efaea4c351f5e70938a4e6 (patch)
tree99c3db21f86e612738db2d3e29ccf789ec8968c6 /lib/index.sh
parent4992be852f13083e1ec3c5185e9fd8c6a5abc455 (diff)
lib/index.sh: Add another verbose message.
Diffstat (limited to 'lib/index.sh')
-rw-r--r--lib/index.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/index.sh b/lib/index.sh
index fa8aeb6..e3ed7ba 100644
--- a/lib/index.sh
+++ b/lib/index.sh
@@ -140,6 +140,9 @@ update_feeds()
fi
sect="${sect_dirent%/}"
sect="${sect##*/}"
+ info_v "$(get_msg 'updating_feed')" \
+ "${chan}" "${dist}" \
+ "${arch}" "${plat}" "${sect}"
sect="${archplat}/${sect}"
# For each package name hash:
for hash_dirent in "${sect_dirent}/"*; do