Changeset 47816 in vbox
- Timestamp:
- Aug 16, 2013 2:45:06 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88077
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
r47813 r47816 281 281 if (NS_FAILED(rc)) 282 282 { 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); 284 284 return; 285 285 } … … 288 288 if (NS_FAILED(rc)) 289 289 { 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); 291 291 return; 292 292 } … … 300 300 if (NS_FAILED(rc)) 301 301 { 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); 303 303 return; 304 304 } … … 487 487 if (NS_FAILED(rc)) 488 488 { 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); 490 490 return -1; 491 491 } … … 545 545 if (NS_FAILED(rc)) 546 546 { 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); 548 548 return -1; 549 549 }
Note:
See TracChangeset
for help on using the changeset viewer.