Index: /trunk/src/VBox/Main/ConsoleImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/ConsoleImpl.cpp	(revision 30433)
+++ /trunk/src/VBox/Main/ConsoleImpl.cpp	(revision 30434)
@@ -2961,5 +2961,5 @@
             ++cOperations;
 
-            // assume that creating a diff image takes as long as saving a 1 MB state
+            // assume that creating a diff image takes as long as saving a 1MB state
             // (note, the same value must be used in SessionMachine::BeginTakingSnapshot() on the server!)
             ulTotalOperationsWeight += 1;
@@ -5178,5 +5178,5 @@
 
         RTLogRelLogger(loggerRelease, 0, ~0U, "Maximum user application address: 0x%p\n", sysInfo.lpMaximumApplicationAddress);
-        RTLogRelLogger(loggerRelease, 0, ~0U, "Maximum allowed guest RAM size:   %d MB\n", maxRAMArch);
+        RTLogRelLogger(loggerRelease, 0, ~0U, "Maximum allowed guest RAM size:   %dMB\n", maxRAMArch);
 #endif
 
