Changeset 1864


Ignore:
Timestamp:
09/10/2007 00:24:26 (4 years ago)
Author:
chris
Message:

Revert from hex to decimal default format after logging an account number.

File:
1 edited

Legend:

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

    r1808 r1864  
    5050        std::setw(10) << \ 
    5151        std::setfill('0') << \ 
    52         (accno) 
     52        (accno) \\ 
     53        std::dec 
    5354 
    5455#define BOX_FORMAT_OBJECTID(objectid) \ 
Note: See TracChangeset for help on using the changeset viewer.