VirtualBox

Changeset 102099 in vbox


Ignore:
Timestamp:
Nov 15, 2023 11:53:55 AM (15 months ago)
Author:
vboxsync
Message:

scm fixes.

File:
1 edited

Legend:

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

    r102097 r102099  
    12261226
    12271227    com::SafeIfaceArray<ICloudMachine> aMachines;
    1228     CHECK_ERROR2_RET(hrc, oCloudClient, 
     1228    CHECK_ERROR2_RET(hrc, oCloudClient,
    12291229                     COMGETTER(CloudMachineList)(ComSafeArrayAsOutParam(aMachines)),
    12301230                     RTEXITCODE_FAILURE);
     
    12621262    {
    12631263        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",
    12651265                 strInstanceId.c_str(), pCommonOpts->profile.pszProfileName);
    12661266        return RTEXITCODE_FAILURE;
     
    14811481    {
    14821482        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",
    14841484                 strInstanceId.c_str(), pCommonOpts->profile.pszProfileName);
    14851485        return RTEXITCODE_FAILURE;
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