From 5bfc5df4da3fe70d77f6c9afc607b1cb7f252765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Thu, 1 Feb 2024 18:01:25 +0100 Subject: [PATCH] _list_pages: Add debugging message --- qsgen2 | 1 + 1 file changed, 1 insertion(+) diff --git a/qsgen2 b/qsgen2 index 850f739..a431a53 100755 --- a/qsgen2 +++ b/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 }