Changeset 55174 in vbox for trunk/src/VBox
- Timestamp:
- Apr 10, 2015 9:41:22 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPool.cpp
r52811 r55174 174 174 if (cMaxPages > PGMPOOL_IDX_LAST) 175 175 cMaxPages = PGMPOOL_IDX_LAST; 176 LogRel(("PGM Pool: cMaxPages=%u (u64MaxPages=%llu)\n", cMaxPages, u64MaxPages));176 LogRel(("PGM: PGMPool: cMaxPages=%u (u64MaxPages=%llu)\n", cMaxPages, u64MaxPages)); 177 177 178 178 /** todo: … … 220 220 AssertLogRelRCReturn(rc, rc); 221 221 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", 223 223 cMaxPages, cMaxUsers, cMaxPhysExts, fCacheEnabled)); 224 224
Note:
See TracChangeset
for help on using the changeset viewer.