From 76d540810c3c5156381f6a122297850459e408bf Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 28 Jul 2025 14:33:15 +0200 Subject: [PATCH] Update core.func --- misc/core.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/core.func b/misc/core.func index 42ee17b6..86e8a07d 100644 --- a/misc/core.func +++ b/misc/core.func @@ -394,7 +394,7 @@ msg_custom() { function msg_debug() { if [[ "${var_full_verbose:-0}" == "1" ]]; then - echo -e "${DGY}[$(date '+%F %T')] [DEBUG]${CL} $*" + echo -e "${YWB}[$(date '+%F %T')] [DEBUG]${CL} $*" fi }