VirtualBox

Changeset 41172 in vbox for trunk/src


Ignore:
Timestamp:
May 4, 2012 3:04:24 PM (13 years ago)
Author:
vboxsync
Message:

tstPage: verbose error output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/testcase/tstPage.cpp

    r38636 r41172  
    5454            cErrors += rc != 0;
    5555            if (rc)
    56                 RTPrintf("tstPage: SUPR3PageFree() failed rc=%d\n", rc);
     56                RTPrintf("tstPage: SUPR3PageFree() failed rc=%Rrc\n", rc);
    5757        }
    5858        else
    59             RTPrintf("tstPage: SUPR3PageAlloc(1,) failed rc=%d\n", rc);
     59            RTPrintf("tstPage: SUPR3PageAlloc(1,) failed rc=%Rrc\n", rc);
    6060
    6161        /*
     
    7070            cErrors += rc != 0;
    7171            if (rc)
    72                 RTPrintf("tstPage: SUPR3PageFree() failed rc=%d\n", rc);
     72                RTPrintf("tstPage: SUPR3PageFree() failed rc=%Rrc\n", rc);
    7373        }
    7474        else
    75             RTPrintf("tstPage: SUPR3PageAlloc(1,) failed rc=%d\n", rc);
     75            RTPrintf("tstPage: SUPR3PageAlloc(1,) failed rc=%Rrc\n", rc);
    7676
    7777
     
    7979        cErrors += rc != 0;
    8080        if (rc)
    81             RTPrintf("tstPage: SUPR3Term failed rc=%d\n", rc);
     81            RTPrintf("tstPage: SUPR3Term failed rc=%Rrc\n", rc);
    8282    }
    8383    else
    84         RTPrintf("tstPage: SUPR3Init failed rc=%d\n", rc);
     84        RTPrintf("tstPage: SUPR3Init failed rc=%Rrc\n", rc);
    8585
    8686    if (!cErrors)
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