VirtualBox

Changeset 9073 in vbox for trunk/src


Ignore:
Timestamp:
May 23, 2008 12:06:57 PM (17 years ago)
Author:
vboxsync
Message:

Updated logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r9064 r9073  
    12941294        Assert(pVM->hwaccm.s.fNestedPaging);
    12951295
    1296         Log2(("Page fault at %VGp cr2=%VGv error code %x\n", pCtx->eip, uFaultAddress, errCode));
     1296        Log(("Nested page fault at %VGv cr2=%VGp error code %x\n", pCtx->eip, uFaultAddress, errCode));
    12971297        /* Exit qualification contains the linear address of the page fault. */
    12981298        TRPMAssertTrap(pVM, X86_XCPT_PF, TRPM_TRAP);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette