From 278c08ffaff6de6155bffa80cd5a25ac0807b745 Mon Sep 17 00:00:00 2001 From: christian mueller Date: Tue, 26 Jun 2012 19:32:28 +0200 Subject: * [GAM-55] some finetuning on bugfix. * fixing registration of Dltcontextx too late for Dbus plugins Signed-off-by: christian mueller --- AudioManagerDaemon/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AudioManagerDaemon/src/main.cpp') 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 -- cgit v1.2.1