VirtualBox

Changeset 9689 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 13, 2008 2:31:07 PM (17 years ago)
Author:
vboxsync
Message:

Logging update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r9620 r9689  
    19771977    PPGMPOOLUSER paUsers = pPool->CTXSUFF(paUsers);
    19781978
    1979     /* Special: For PAE and 32-bit paging, there are usually no more than one user. */
     1979    /* Special: For PAE and 32-bit paging, there is usually no more than one user. */
    19801980    uint16_t i = pPage->iUserHead;
    19811981    if (    i != NIL_PGMPOOL_USER_INDEX
     
    34733473        {
    34743474            STAM_PROFILE_ADV_STOP(&pPool->StatAlloc, a);
    3475             LogFlow(("pgmPoolAlloc: returns %Vrc *ppPage=%p:{.Key=%VHp, .idx=%d}\n", rc2, *ppPage, (*ppPage)->Core.Key, (*ppPage)->idx));
     3475            LogFlow(("pgmPoolAlloc: cached returns %Vrc *ppPage=%p:{.Key=%VHp, .idx=%d}\n", rc2, *ppPage, (*ppPage)->Core.Key, (*ppPage)->idx));
    34763476            return rc2;
    34773477        }
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