_blogs: Add a separator line in debug in the right place
This commit is contained in:
parent
6460eb17b0
commit
ac2a58dba6
6
qsgen2
6
qsgen2
@ -586,8 +586,6 @@ function _blogs() {
|
|||||||
local debug=true
|
local debug=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if (${debug}) _msg info "*************************************************************************"
|
|
||||||
|
|
||||||
# Running function _list_blogs
|
# Running function _list_blogs
|
||||||
if (${debug}) _msg debug "${0:t}_msg_1"
|
if (${debug}) _msg debug "${0:t}_msg_1"
|
||||||
_list_blogs
|
_list_blogs
|
||||||
@ -618,7 +616,9 @@ function _blogs() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
for blog in "${make_blog_array[@]}"; do
|
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}"
|
if (${debug}) _msg debug "${0:t}_msg_6" " ${blog}"
|
||||||
|
|
||||||
local content="$(<"${blog}")"
|
local content="$(<"${blog}")"
|
||||||
|
Loading…
Reference in New Issue
Block a user