[Rivet-svn] r3789 - trunk/src/Tools

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Jul 3 14:14:49 BST 2012


Author: hoeth
Date: Tue Jul  3 14:14:48 2012
New Revision: 3789

Log:
Make TRACE output readable.

Modified:
   trunk/src/Tools/Logging.cc

Modified: trunk/src/Tools/Logging.cc
==============================================================================
--- trunk/src/Tools/Logging.cc	Mon Jul  2 14:53:14 2012	(r3788)
+++ trunk/src/Tools/Logging.cc	Tue Jul  3 14:14:48 2012	(r3789)
@@ -113,8 +113,8 @@
       // If stdout is a valid tty, try to use the appropriate codes.
       if (isatty(1)) {
         /// @todo Test for VT100 compliance?
-        Log::colorCodes[TRACE] = "\033[0;37m";
-        Log::colorCodes[DEBUG] = "\033[0;36m";
+        Log::colorCodes[TRACE] = "\033[0;36m";
+        Log::colorCodes[DEBUG] = "\033[0;34m";
         Log::colorCodes[INFO]  = "\033[0;32m";
         Log::colorCodes[WARN]  = "\033[0;33m";
         Log::colorCodes[ERROR] = "\033[0;31m";


More information about the Rivet-svn mailing list