summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-09-01 23:03:58 +0000
committerChris Wilson <chris+github@qwirx.com>2007-09-01 23:03:58 +0000
commitf3e20f4376f6659f2db503a7861550a3ba7b814e (patch)
treeb28c5fe85f84830718036d25f89d4b98a83dbc1b /lib
parent0bcdd7ebb03e6e8d1956b5584a683a839bc9a1eb (diff)
Format account number properly (8 hex digits).
Diffstat (limited to 'lib')
-rw-r--r--lib/common/Logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/Logging.h b/lib/common/Logging.h
index e87d1d4f..9601a495 100644
--- a/lib/common/Logging.h
+++ b/lib/common/Logging.h
@@ -47,7 +47,7 @@
std::hex << \
std::showbase << \
std::internal << \
- std::setw(8) << \
+ std::setw(10) << \
std::setfill('0') << \
(accno)