Changeset 2482 for box/trunk/lib/common/Logging.cpp
- Timestamp:
- 29/03/2009 15:08:12 (3 years ago)
- File:
-
- 1 edited
-
box/trunk/lib/common/Logging.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/common/Logging.cpp
r2466 r2482 289 289 if (sShowTime) 290 290 { 291 buf << FormatTime(GetCurrentBoxTime(), sShowTimeMicros);291 buf << FormatTime(GetCurrentBoxTime(), false, sShowTimeMicros); 292 292 buf << " "; 293 293 } … … 450 450 451 451 std::ostringstream buf; 452 buf << FormatTime(GetCurrentBoxTime(), false);452 buf << FormatTime(GetCurrentBoxTime(), true, false); 453 453 buf << " "; 454 454
Note: See TracChangeset
for help on using the changeset viewer.
