summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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)