Changeset 18843 in vbox for trunk/src/VBox
- Timestamp:
- Apr 8, 2009 8:34:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHostonly.cpp
r18108 r18843 82 82 com::ProgressErrorInfo info(progress); 83 83 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()); 85 85 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); 87 87 88 88 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.