Ignore:
Timestamp:
05/27/03 16:02:28 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MLogManip.h

    r2120 r2142  
    5656//
    5757#ifndef __CINT__
    58 #define dbginf dbg << __FILE__ << " l." << dec << __LINE__ << ": "
     58//#define dbginf dbg << __FILE__ << " l." << dec << __LINE__ << ": "
     59#define dbginf __FILE__ << " l." << dec << __LINE__ << ": "
    5960#define all    debug(0) // use this for output in any case
    6061#define err    debug(1) // use this for fatal errors (red)
Note: See TracChangeset for help on using the changeset viewer.