Index: /trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVbva.cpp
===================================================================
--- /trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVbva.cpp	(revision 55248)
+++ /trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVbva.cpp	(revision 55249)
@@ -1007,5 +1007,5 @@
     if (!pvBuffer)
     {
-        WARN(("failed to allocate contiguous buffer %d bytes, trying nopping the tail", cbCmd));
+        LOG(("failed to allocate contiguous buffer %d bytes, trying nopping the tail", cbCmd));
         uint32_t cbTail = VBoxVBVAExGetFreeTail(&pVbva->Vbva);
         if (!cbTail)
@@ -1034,5 +1034,5 @@
         if (!pvBuffer)
         {
-            WARN(("failed to allocate contiguous buffer, failing"));
+            WARN(("failed to allocate contiguous buffer %d bytes", cbCmd));
             return NULL;
         }
