Changeset 1870
- Timestamp:
- 09/10/2007 00:52:51 (15 months ago)
- Files:
-
- 1 modified
-
box/trunk/lib/common/Logging.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/common/Logging.h
r1869 r1870 50 50 std::setw(10) << \ 51 51 std::setfill('0') << \ 52 (accno) << \ \52 (accno) << \ 53 53 std::dec 54 54 … … 56 56 std::hex << \ 57 57 std::showbase << \ 58 (objectid) << \ \58 (objectid) << \ 59 59 std::dec 60 60
