Index: /trunk/src/VBox/Runtime/common/log/log.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/log/log.cpp	(revision 30848)
+++ /trunk/src/VBox/Runtime/common/log/log.cpp	(revision 30849)
@@ -5,5 +5,5 @@
 
 /*
- * Copyright (C) 2006-2007 Oracle Corporation
+ * Copyright (C) 2006-2010 Oracle Corporation
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
@@ -2418,5 +2418,5 @@
                     *psz++ = '.';
                     psz += RTStrFormatNumber(psz, Time.u32Nanosecond / 1000000, 10, 3, 0, RTSTR_F_ZEROPAD);
-                    *psz++ = ' ';                                                                   /* +17 (3+1+3+1+3+1+4+1) */
+                    *psz++ = ' ';                                                                   /* +13 (2+1+2+1+2+1+3+1) */
 #else
                     memset(psz, ' ', 13);
@@ -2437,5 +2437,5 @@
                     *psz++ = '.';
                     psz += RTStrFormatNumber(psz, u32 % 1000, 10, 3, 0, RTSTR_F_ZEROPAD);
-                    *psz++ = ' ';                                                               /* +20 (9+1+2+1+2+1+3+1) */
+                    *psz++ = ' ';                                                               /* +13 (2+1+2+1+2+1+3+1) */
 #else
                     memset(psz, ' ', 13);
