VirtualBox

Changeset 30438 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 24, 2010 2:12:44 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63082
Message:

PGMPhys: added missing '\n' at the end of LogRel* statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMPhys.cpp

    r30344 r30438  
    35103510         */
    35113511        rc = pgmPhysPageMapByPageID(pVM, idPage, HCPhys, &pv);
    3512         AssertLogRelMsg(RT_SUCCESS(rc), ("idPage=%#x HCPhysGCPhys=%RHp rc=%Rrc", idPage, HCPhys, rc));
     3512        AssertLogRelMsg(RT_SUCCESS(rc), ("idPage=%#x HCPhysGCPhys=%RHp rc=%Rrc\n", idPage, HCPhys, rc));
    35133513
    35143514        if (RT_SUCCESS(rc))
     
    36263626            void *pv;
    36273627            rc = pgmPhysPageMapByPageID(pVM, pPage->idPage, pPage->HCPhysGCPhys, &pv);
    3628             AssertLogRelMsgBreak(RT_SUCCESS(rc), ("idPage=%#x HCPhysGCPhys=%RHp rc=%Rrc", pPage->idPage, pPage->HCPhysGCPhys, rc));
     3628            AssertLogRelMsgBreak(RT_SUCCESS(rc), ("idPage=%#x HCPhysGCPhys=%RHp rc=%Rrc\n", pPage->idPage, pPage->HCPhysGCPhys, rc));
    36293629            ASMMemZeroPage(pv);
    36303630            iClear++;
Note: See TracChangeset for help on using the changeset viewer.

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