diff --git a/include/functions b/include/functions index a461dbd3..1575e57a 100644 --- a/include/functions +++ b/include/functions @@ -411,7 +411,7 @@ Debug() { - if [ ${DEBUG} -eq 1 ]; then echo "DEBUG: $1"; fi + if [ ${DEBUG} -eq 1 ]; then echo "${PURPLE}[DEBUG]${NORMAL} $1"; fi }