_list_pages: Add debugging message

This commit is contained in:
Stig-Ørjan Smelror 2024-02-01 18:01:25 +01:00
parent a99384d876
commit 5bfc5df4da

1
qsgen2
View File

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