_blogs: Add a separator line in debug
This commit is contained in:
parent
81b22db011
commit
6460eb17b0
6
qsgen2
6
qsgen2
@ -579,13 +579,15 @@ function _pages() {
|
|||||||
|
|
||||||
function _blogs() {
|
function _blogs() {
|
||||||
# This function either generates blog files or exports metadata based on the argument
|
# This function either generates blog files or exports metadata based on the argument
|
||||||
|
|
||||||
if [[ ${globaldebug} == "true" ]]; then
|
if [[ ${globaldebug} == "true" ]]; then
|
||||||
local debug=true
|
local debug=true
|
||||||
else
|
else
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user