Index: /trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp	(revision 26677)
+++ /trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp	(revision 26678)
@@ -508,5 +508,5 @@
                      || PGM_PAGE_GET_STATE(pPage) == PGM_PAGE_STATE_ALLOCATED)
                 {
-                    LogFlow(("Found page %RGp with wrong attributes; cancel check. rc=%d\n", GCPhys, rc));
+                    LogFlow(("Found page %RGp with wrong attributes (type=%d; state=%d); cancel check. rc=%d\n", GCPhys, PGM_PAGE_GET_TYPE(pPage), PGM_PAGE_GET_STATE(pPage), rc));
                     break;
                 }
