Changeset 2455 for source/ariba/utility


Ignore:
Timestamp:
Feb 18, 2009, 2:13:03 PM (15 years ago)
Author:
mies
Message:

fixed bugs concerning bootstrap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/logging/Logging.h

    r2454 r2455  
    4646
    4747#define colorDefault { std::cout << "\033[0m";  } /*reset*/
    48 #define colorDebug   { std::cout << "\033[37m"; } /*gray*/
     48#define colorDebug   { std::cout << "\033[31m"; } /*gray*/
    4949#define colorInfo    { std::cout << "\033[32m"; } /*green*/
    5050#define colorWarn    { std::cout << "\033[34m"; } /*blue*/
Note: See TracChangeset for help on using the changeset viewer.