Index: /trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp
===================================================================
--- /trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp	(revision 430)
+++ /trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp	(revision 431)
@@ -1394,4 +1394,7 @@
     if (!fSameResolution)
     {
+        LogRel(("VMMDev::SetVideoModeHint: got a video mode hint (%dx%dx%d)\n",
+                xres, yres, bpp));
+
         /* we could validate the information here but hey, the guest can do that as well! */
         pData->displayChangeRequest.xres = xres;
Index: /trunk/src/VBox/Main/DisplayImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/DisplayImpl.cpp	(revision 430)
+++ /trunk/src/VBox/Main/DisplayImpl.cpp	(revision 431)
@@ -1319,6 +1319,4 @@
         return setError(E_FAIL, tr("Not enough VRAM for the selected video mode"));
 
-    LogRel(("Display::SetVideoModeHint: got a video mode hint (%dx%dx%d)\n",
-            aWidth, aHeight, bpp));
     if (mParent->getVMMDev())
         mParent->getVMMDev()->getVMMDevPort()->pfnRequestDisplayChange(mParent->getVMMDev()->getVMMDevPort(), aWidth, aHeight, aColorDepth);
