VirtualBox

Changeset 18843 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 8, 2009 8:34:19 AM (16 years ago)
Author:
vboxsync
Message:

FE/VBoxManage: fixed a typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageHostonly.cpp

    r18108 r18843  
    8282        com::ProgressErrorInfo info(progress);
    8383        if (info.isBasicAvailable())
    84             RTPrintf("Error: failed to remove the host-only adapter. Error message: %lS\n", info.getText().raw());
     84            RTPrintf("Error: failed to create the host-only adapter. Error message: %lS\n", info.getText().raw());
    8585        else
    86             RTPrintf("Error: failed to remove the host-only adapter. No error message available, HRESULT code: 0x%x\n", hr);
     86            RTPrintf("Error: failed to create the host-only adapter. No error message available, HRESULT code: 0x%x\n", hr);
    8787
    8888        return 1;
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