From 608859aa6f6fa56a05ac15b0438a2440e6881eb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Thu, 1 Feb 2024 17:54:27 +0100 Subject: [PATCH] _pages: Enable debug --- qsgen2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index b254668..85e1c18 100755 --- a/qsgen2 +++ b/qsgen2 @@ -358,7 +358,7 @@ function _file_to_lower() { function _pages() { # This function generates all the new and updated Pages - local debug=false + local debug=true # Load the cache for Pages if (${debug}) _msg debug "_pages: Running function _pages_cache"