From ac2a58dba6fc2a11f4634837c5588d5e05275629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sat, 24 Feb 2024 22:42:57 +0100 Subject: [PATCH] _blogs: Add a separator line in debug in the right place --- qsgen2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qsgen2 b/qsgen2 index 6a334c5..83fc0a4 100755 --- a/qsgen2 +++ b/qsgen2 @@ -586,8 +586,6 @@ function _blogs() { local debug=true fi - if (${debug}) _msg info "*************************************************************************" - # Running function _list_blogs if (${debug}) _msg debug "${0:t}_msg_1" _list_blogs @@ -618,7 +616,9 @@ function _blogs() { fi for blog in "${make_blog_array[@]}"; do - + if (${debug}) _msg info "*************************************************************************" + if (${debug}) _msg info "**************************FOR LOOP START*********************************" + if (${debug}) _msg info "*************************************************************************" if (${debug}) _msg debug "${0:t}_msg_6" " ${blog}" local content="$(<"${blog}")"