Changeset 9741 for source/ariba


Ignore:
Timestamp:
Apr 7, 2011, 5:08:33 PM (13 years ago)
Author:
huebsch
Message:

-small log fix

File:
1 edited

Legend:

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

    r9737 r9741  
    103103  #define logging_info(x)   {if(__loglevel__ <= 2){ colorInfo;  logging_stdout(x); colorDefault; }}
    104104  #define logging_warn(x)   {if(__loglevel__ <= 3){ colorWarn;  logging_stdout(x); colorDefault; }}
    105   #define logging_error(x)  {                     return; colorError; logging_stdout(x); colorDefault;           }
    106   #define logging_fatal(x)  {                     return; colorError; logging_stdout(x); colorDefault; exit(-1); }
     105  #define logging_error(x)  {                       colorError; logging_stdout(x); colorDefault;           }
     106  #define logging_fatal(x)  {                       colorError; logging_stdout(x); colorDefault; exit(-1); }
    107107
    108108  #define logging_rootlevel_debug()       {__loglevel__ = 1;}
Note: See TracChangeset for help on using the changeset viewer.