From 27a4bf2274c9ffbf7383b0961a215f54500c4684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sat, 3 Feb 2024 20:46:23 +0100 Subject: [PATCH] qsgen2: Switch colors --- qsgen2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qsgen2 b/qsgen2 index 10ee59e..3535a63 100755 --- a/qsgen2 +++ b/qsgen2 @@ -108,7 +108,7 @@ function _msg() { # Let's check if qsgen2 can generate this site by checking if 'generator' is available if [[ ! ${generator} ]] || [[ -d $(pwd)/.git ]]; then - _msg other "${0:t} cannot parse this site. Exiting." + _msg sub "${0:t} cannot parse this site. Exiting." exit fi @@ -359,7 +359,7 @@ function _pages() { return fi - _msg other "Generating Pages" + _msg info "Generating Pages" if (( ${#pages_array[@]} > 0 )); then @@ -490,7 +490,7 @@ function _blogs() { return fi - _msg other "Generating Blogs" + _msg info "Generating Blogs" # Running function _blog_cache if (${debug}) _msg debug "_blogs: Running function _blog_cache"