[Box Backup-commit] COMMIT r1808 - box/chris/merge/lib/common
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Sun, 02 Sep 2007 00:03:58 +0100
Author: chris
Date: 2007-09-02 00:03:58 +0100 (Sun, 02 Sep 2007)
New Revision: 1808
Modified:
box/chris/merge/lib/common/Logging.h
Log:
Format account number properly (8 hex digits).
Modified: box/chris/merge/lib/common/Logging.h
===================================================================
--- box/chris/merge/lib/common/Logging.h 2007-09-01 23:02:21 UTC (rev 1807)
+++ box/chris/merge/lib/common/Logging.h 2007-09-01 23:03:58 UTC (rev 1808)
@@ -47,7 +47,7 @@
std::hex << \
std::showbase << \
std::internal << \
- std::setw(8) << \
+ std::setw(10) << \
std::setfill('0') << \
(accno)