Update core.func

This commit is contained in:
CanbiZ 2025-07-28 14:40:36 +02:00
parent 8d50641c37
commit f5b1cecef2

View File

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