VirtualBox

Changeset 55174 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 10, 2015 9:41:22 AM (10 years ago)
Author:
vboxsync
Message:

VMM: logrel nit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PGMPool.cpp

    r52811 r55174  
    174174    if (cMaxPages > PGMPOOL_IDX_LAST)
    175175        cMaxPages = PGMPOOL_IDX_LAST;
    176     LogRel(("PGMPool: cMaxPages=%u (u64MaxPages=%llu)\n", cMaxPages, u64MaxPages));
     176    LogRel(("PGM: PGMPool: cMaxPages=%u (u64MaxPages=%llu)\n", cMaxPages, u64MaxPages));
    177177
    178178    /** todo:
     
    220220    AssertLogRelRCReturn(rc, rc);
    221221
    222     LogRel(("pgmR3PoolInit: cMaxPages=%#RX16 cMaxUsers=%#RX16 cMaxPhysExts=%#RX16 fCacheEnable=%RTbool\n",
     222    LogRel(("PGM: pgmR3PoolInit: cMaxPages=%#RX16 cMaxUsers=%#RX16 cMaxPhysExts=%#RX16 fCacheEnable=%RTbool\n",
    223223             cMaxPages, cMaxUsers, cMaxPhysExts, fCacheEnabled));
    224224
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