summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/src/main.cpp')
-rwxr-xr-xAudioManagerDaemon/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/AudioManagerDaemon/src/main.cpp b/AudioManagerDaemon/src/main.cpp
index de2a91a..b9eade1 100755
--- a/AudioManagerDaemon/src/main.cpp
+++ b/AudioManagerDaemon/src/main.cpp
@@ -235,7 +235,7 @@ void parseCommandLine(int argc, char **argv)
break;
#ifndef WITH_DLT
case 'V':
- printf("[DLT] debug output to stdout enabled\n");
+ printf("\e[0;34m[DLT]\e[0;30m\tDebug output to stdout enabled\n");
enableNoDLTDebug = true;
break;
#endif