Index: /trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/GMMR0.cpp	(revision 29596)
+++ /trunk/src/VBox/VMM/VMMR0/GMMR0.cpp	(revision 29597)
@@ -860,5 +860,5 @@
         {
             /*
-             * Walk the entire pool looking for pages that belongs to this VM
+             * Walk the entire pool looking for pages that belong to this VM
              * and left over mappings. (This'll only catch private pages, shared
              * pages will be 'left behind'.)
@@ -2498,4 +2498,5 @@
         /** @todo R0 -> VM request */
         /* The chunk can be owned by more than one VM if fBoundMemoryMode is false! */
+        Log(("gmmR0FreeChunk: chunk still has %d mappings; don't free!\n", pChunk->cMappings));
     }
     else
@@ -3169,5 +3170,5 @@
         return VINF_SUCCESS;
 
-    Log(("gmmR0MapChunk: Chunk %#x is not mapped into pGVM=%p/%#x\n", pChunk->Core.Key, pGVM, pGVM->hSelf));
+    Log(("gmmR0UnmapChunk: Chunk %#x is not mapped into pGVM=%p/%#x\n", pChunk->Core.Key, pGVM, pGVM->hSelf));
     return VERR_GMM_CHUNK_NOT_MAPPED;
 }
