summaryrefslogtreecommitdiff
path: root/lib/common
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-10-08 23:24:26 +0000
committerChris Wilson <chris+github@qwirx.com>2007-10-08 23:24:26 +0000
commitb7124f54d10fb65c0a8c98fa258e164047da3673 (patch)
treeddb7fd5d1364a41ecd73888c83a714512fdbd6fb /lib/common
parentc127d97acf80136c2c4122d7c4bf5e3f28853272 (diff)
Revert from hex to decimal default format after logging an account number.
Diffstat (limited to 'lib/common')
-rw-r--r--lib/common/Logging.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common/Logging.h b/lib/common/Logging.h
index 9601a495..55728c6b 100644
--- a/lib/common/Logging.h
+++ b/lib/common/Logging.h
@@ -49,7 +49,8 @@
std::internal << \
std::setw(10) << \
std::setfill('0') << \
- (accno)
+ (accno) \\
+ std::dec
#define BOX_FORMAT_OBJECTID(objectid) \
std::hex << \