|
[Rivet-svn] r3901 - branches/2012-06-aidarivet/src/Toolsblackhole at projects.hepforge.org blackhole at projects.hepforge.orgFri Aug 24 14:31:06 BST 2012
Author: hoeth Date: Fri Aug 24 14:31:06 2012 New Revision: 3901 Log: merge r3789 from trunk Modified: branches/2012-06-aidarivet/src/Tools/Logging.cc Modified: branches/2012-06-aidarivet/src/Tools/Logging.cc ============================================================================== --- branches/2012-06-aidarivet/src/Tools/Logging.cc Fri Aug 24 14:28:46 2012 (r3900) +++ branches/2012-06-aidarivet/src/Tools/Logging.cc Fri Aug 24 14:31:06 2012 (r3901) @@ -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 |