VirtualBox

Changeset 47816 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 16, 2013 2:45:06 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88077
Message:

tstVBoxAPILinux: fix the remaining format specifiers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp

    r47813 r47816  
    281281        if (NS_FAILED(rc))
    282282        {
    283             RTPrintf("Error, could not instantiate session object! rc=0x%x\n", rc);
     283            RTPrintf("Error, could not instantiate session object! rc=%Rhrc\n", rc);
    284284            return;
    285285        }
     
    288288        if (NS_FAILED(rc))
    289289        {
    290             RTPrintf("Error, could not lock the machine for the session! rc=0x%x\n", rc);
     290            RTPrintf("Error, could not lock the machine for the session! rc=%Rhrc\n", rc);
    291291            return;
    292292        }
     
    300300        if (NS_FAILED(rc))
    301301        {
    302             RTPrintf("Error, could not get machine session! rc=0x%x\n", rc);
     302            RTPrintf("Error, could not get machine session! rc=%Rhrc\n", rc);
    303303            return;
    304304        }
     
    487487        if (NS_FAILED(rc))
    488488        {
    489             RTPrintf("Error: XPCOM could not be initialized! rc=0x%x\n", rc);
     489            RTPrintf("Error: XPCOM could not be initialized! rc=%Rhrc\n", rc);
    490490            return -1;
    491491        }
     
    545545        if (NS_FAILED(rc))
    546546        {
    547             RTPrintf("Error, could not instantiate VirtualBox object! rc=0x%x\n", rc);
     547            RTPrintf("Error, could not instantiate VirtualBox object! rc=%Rhrc\n", rc);
    548548            return -1;
    549549        }
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