[Box Backup-commit] COMMIT r1982 - box/chris/general/lib/common

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sun Dec 9 01:35:36 GMT 2007


Author: chris
Date: 2007-12-09 01:35:36 +0000 (Sun, 09 Dec 2007)
New Revision: 1982

Modified:
   box/chris/general/lib/common/Logging.h
Log:
Revert from hex to decimal default format after logging an account
number. (merges [1864])


Modified: box/chris/general/lib/common/Logging.h
===================================================================
--- box/chris/general/lib/common/Logging.h	2007-12-09 01:35:08 UTC (rev 1981)
+++ box/chris/general/lib/common/Logging.h	2007-12-09 01:35:36 UTC (rev 1982)
@@ -47,7 +47,8 @@
 	std::internal << \
 	std::setw(10) << \
 	std::setfill('0') << \
-	(accno)
+	(accno) \\
+	std::dec
 
 #define BOX_FORMAT_OBJECTID(objectid) \
 	std::hex << \




More information about the Boxbackup-commit mailing list