From c2d5d93fade924998900ecbc2fe3d06df582fdf9 Mon Sep 17 00:00:00 2001 From: mboelen Date: Tue, 19 Apr 2016 18:01:16 +0200 Subject: [PATCH] Colored output for debug details on screen --- include/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }