VirtualBox

Changeset 17364 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Mar 4, 2009 7:39:28 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43763
Message:

tstVMM: rc=%Rrc not %d.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstVMM.cpp

    r14831 r17364  
    8888        if (!RT_SUCCESS(rc))
    8989        {
    90             RTPrintf(TESTCASE ": error: failed to destroy vm! rc=%d\n", rc);
     90            RTPrintf(TESTCASE ": error: failed to destroy vm! rc=%Rrc\n", rc);
    9191            rcRet++;
    9292        }
     
    9494    else
    9595    {
    96         RTPrintf(TESTCASE ": fatal error: failed to create vm! rc=%d\n", rc);
     96        RTPrintf(TESTCASE ": fatal error: failed to create vm! rc=%Rrc\n", rc);
    9797        rcRet++;
    9898    }
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