From 78388ce3001e922f534a85599bcbd8088cab1644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sat, 3 Feb 2024 18:06:04 +0100 Subject: [PATCH] _blogs: Adding messages --- qsgen2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index 2952555..a0380d8 100755 --- a/qsgen2 +++ b/qsgen2 @@ -578,8 +578,9 @@ function _blogs() { _msg sub "- No new or updated Blogs found" export new_updated_blogs=false fi - +_msg sub "_blogs: Running _blog_idx_for_index" _blog_idx_for_index +_msg sub "_blogs: Running _blog_index" _blog_index }