Index: /trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp	(revision 61932)
+++ /trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp	(revision 61933)
@@ -4432,5 +4432,5 @@
             int rc2 = RTSystemQueryAvailableRam(&cbHostRamAvail);
             if (RT_SUCCESS(rc2))
-                LogRel(("Host RAM: %RU64MB available\n", cbHostRamAvail));
+                LogRel(("Host RAM: %RU64MB available\n", cbHostRamAvail / _1M));
             else
                 LogRel(("Cannot determine the amount of available host memory\n"));
