VirtualBox

Changeset 33604 in vbox


Ignore:
Timestamp:
Oct 29, 2010 1:00:18 PM (14 years ago)
Author:
vboxsync
Message:

tstVBoxAPILinux.cpp: typos

File:
1 edited

Legend:

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

    r33595 r33604  
    266266        if (NS_FAILED(rc))
    267267        {
    268             printf("Error, could not instantiate Session object! rc=0x%x\n", rc);
     268            printf("Error, could not instantiate session object! rc=0x%x\n", rc);
    269269            return;
    270270        }
    271271
    272         machine->LockMachine(session, LockType_Write);
    273         if (NS_FAILED(rc))
    274         {
    275             printf("Error, could not open session! rc=0x%x\n", rc);
     272        rc = machine->LockMachine(session, LockType_Write);
     273        if (NS_FAILED(rc))
     274        {
     275            printf("Error, could not lock the machine for the session! rc=0x%x\n", rc);
    276276            return;
    277277        }
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