diff --git a/misc/core.func b/misc/core.func index 86e8a07d..5df50efd 100644 --- a/misc/core.func +++ b/misc/core.func @@ -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 }