Index: /trunk/src/VBox/Runtime/common/log/log.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/log/log.cpp	(revision 30964)
+++ /trunk/src/VBox/Runtime/common/log/log.cpp	(revision 30965)
@@ -2414,5 +2414,5 @@
                     *psz++ = '.';
                     psz += RTStrFormatNumber(psz, Time.u32Nanosecond / 1000000, 10, 3, 0, RTSTR_F_ZEROPAD);
-                    *psz++ = ' ';                                                                   /* +13 (2+1+2+1+2+1+3+1) */
+                    *psz++ = ' ';                                                                   /* +17 (3+1+3+1+3+1+4+1) */
 #else
                     memset(psz, ' ', 13);
@@ -2433,5 +2433,5 @@
                     *psz++ = '.';
                     psz += RTStrFormatNumber(psz, u32 % 1000, 10, 3, 0, RTSTR_F_ZEROPAD);
-                    *psz++ = ' ';                                                               /* +13 (2+1+2+1+2+1+3+1) */
+                    *psz++ = ' ';                                                               /* +20 (9+1+2+1+2+1+3+1) */
 #else
                     memset(psz, ' ', 13);
