Ignore:
Timestamp:
29/03/2009 15:08:12 (3 years ago)
Author:
chris
Message:

Add date to file logger, as requested by Kenny Millington.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/common/Logging.cpp

    r2466 r2482  
    289289        if (sShowTime) 
    290290        { 
    291                 buf << FormatTime(GetCurrentBoxTime(), sShowTimeMicros); 
     291                buf << FormatTime(GetCurrentBoxTime(), false, sShowTimeMicros); 
    292292                buf << " "; 
    293293        } 
     
    450450 
    451451        std::ostringstream buf; 
    452         buf << FormatTime(GetCurrentBoxTime(), false); 
     452        buf << FormatTime(GetCurrentBoxTime(), true, false); 
    453453        buf << " "; 
    454454 
Note: See TracChangeset for help on using the changeset viewer.