Ignore:
Timestamp:
03/08/2007 00:29:31 (5 years ago)
Author:
chris
Message:

Convert most printf() and fprintf() calls to use logging framework
instead. (merges [1789])

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/general/lib/common/DebugMemLeakFinder.cpp

    r1341 r1790  
    375375        else 
    376376        { 
    377                 printf("WARNING: Couldn't open memory leak results file %s for appending\n", filename); 
     377                BOX_WARNING("Couldn't open memory leak results file " << 
     378                        filename << " for appending"); 
    378379        } 
    379380} 
Note: See TracChangeset for help on using the changeset viewer.