Changeset 1809

Show
Ignore:
Timestamp:
02/09/2007 00:04:32 (16 months ago)
Author:
chris
Message:

Format account number properly (8 hex digits). (merges [1808])

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • box/chris/general/lib/common/Logging.h

    r1784 r1809  
    4848        std::showbase << \ 
    4949        std::internal << \ 
    50         std::setw(8) << \ 
     50        std::setw(10) << \ 
    5151        std::setfill('0') << \ 
    5252        (accno)