[Box Backup-commit] COMMIT r1864 - box/trunk/lib/common

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Tue, 09 Oct 2007 00:24:26 +0100


Author: chris
Date: 2007-10-09 00:24:26 +0100 (Tue, 09 Oct 2007)
New Revision: 1864

Modified:
   box/trunk/lib/common/Logging.h
Log:
Revert from hex to decimal default format after logging an account number.


Modified: box/trunk/lib/common/Logging.h
===================================================================
--- box/trunk/lib/common/Logging.h	2007-10-08 23:23:59 UTC (rev 1863)
+++ box/trunk/lib/common/Logging.h	2007-10-08 23:24:26 UTC (rev 1864)
@@ -49,7 +49,8 @@
 	std::internal << \
 	std::setw(10) << \
 	std::setfill('0') << \
-	(accno)
+	(accno) \\
+	std::dec
 
 #define BOX_FORMAT_OBJECTID(objectid) \
 	std::hex << \