_list_pages: Add debugging message
This commit is contained in:
parent
a99384d876
commit
5bfc5df4da
1
qsgen2
1
qsgen2
@ -187,6 +187,7 @@ function _list_pages() {
|
||||
fi
|
||||
|
||||
for file in $( echo ${pages_files} ); do
|
||||
if (${debug}) _msg debug "_list_pages: Adding file to array: ${file}"
|
||||
pages_file_array+=("$file")
|
||||
done
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user