_blogs: Add a separator line in debug in the right place

This commit is contained in:
Stig-Ørjan Smelror 2024-02-24 22:42:57 +01:00
parent 6460eb17b0
commit ac2a58dba6

6
qsgen2
View File

@ -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}")"