Update core.func

This commit is contained in:
CanbiZ 2025-07-28 14:33:15 +02:00
parent 28b16eb7de
commit 76d540810c

View File

@ -394,7 +394,7 @@ msg_custom() {
function msg_debug() { function msg_debug() {
if [[ "${var_full_verbose:-0}" == "1" ]]; then if [[ "${var_full_verbose:-0}" == "1" ]]; then
echo -e "${DGY}[$(date '+%F %T')] [DEBUG]${CL} $*" echo -e "${YWB}[$(date '+%F %T')] [DEBUG]${CL} $*"
fi fi
} }