Changeset 102099 in vbox
- Timestamp:
- Nov 15, 2023 11:53:55 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp
r102097 r102099 1226 1226 1227 1227 com::SafeIfaceArray<ICloudMachine> aMachines; 1228 CHECK_ERROR2_RET(hrc, oCloudClient, 1228 CHECK_ERROR2_RET(hrc, oCloudClient, 1229 1229 COMGETTER(CloudMachineList)(ComSafeArrayAsOutParam(aMachines)), 1230 1230 RTEXITCODE_FAILURE); … … 1262 1262 { 1263 1263 RTPrintf("The passed cloud instance Id \'%s\' WASN'T found among the cloud machines " 1264 "of user \'%s\' registered with VirtualBox\n", 1264 "of user \'%s\' registered with VirtualBox\n", 1265 1265 strInstanceId.c_str(), pCommonOpts->profile.pszProfileName); 1266 1266 return RTEXITCODE_FAILURE; … … 1481 1481 { 1482 1482 RTPrintf("The passed cloud instance Id \'%s\' WASN'T found among the cloud machines " 1483 "of user \'%s\' registered with VirtualBox\n", 1483 "of user \'%s\' registered with VirtualBox\n", 1484 1484 strInstanceId.c_str(), pCommonOpts->profile.pszProfileName); 1485 1485 return RTEXITCODE_FAILURE;
Note:
See TracChangeset
for help on using the changeset viewer.