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
1 changed files with 1 additions and 1 deletions

View File

@ -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
}