summaryrefslogtreecommitdiff
path: root/lib/common/Logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/Logging.h')
-rw-r--r--lib/common/Logging.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/common/Logging.h b/lib/common/Logging.h
index 55728c6b..155c0891 100644
--- a/lib/common/Logging.h
+++ b/lib/common/Logging.h
@@ -49,13 +49,14 @@
std::internal << \
std::setw(10) << \
std::setfill('0') << \
- (accno) \\
+ (accno) << \\
std::dec
#define BOX_FORMAT_OBJECTID(objectid) \
std::hex << \
std::showbase << \
- (objectid)
+ (objectid) << \\
+ std::dec
#undef ERROR