Colored output for debug details on screen

This commit is contained in:
mboelen 2016-04-19 18:01:16 +02:00
parent 1f0261f168
commit c2d5d93fad

View File

@ -411,7 +411,7 @@
Debug() Debug()
{ {
if [ ${DEBUG} -eq 1 ]; then echo "DEBUG: $1"; fi if [ ${DEBUG} -eq 1 ]; then echo "${PURPLE}[DEBUG]${NORMAL} $1"; fi
} }