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