Index: /trunk/src/VBox/Additions/common/VBoxGuestLib/Init.cpp
===================================================================
--- /trunk/src/VBox/Additions/common/VBoxGuestLib/Init.cpp	(revision 26641)
+++ /trunk/src/VBox/Additions/common/VBoxGuestLib/Init.cpp	(revision 26642)
@@ -158,4 +158,6 @@
         ;
     }
+    else
+        LogRel(("vbglInitCommon: VbglPhysHeapInit failed. rc=%Rrc\n", rc));
 
     dprintf(("vbglInitCommon: rc = %d\n", rc));
Index: /trunk/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp
===================================================================
--- /trunk/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp	(revision 26641)
+++ /trunk/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp	(revision 26642)
@@ -319,4 +319,5 @@
     if (!pChunk)
     {
+        LogRel(("vbglPhysHeapChunkAlloc: failed to alloc %u contiguous bytes.\n", cbSize));
         return NULL;
     }
