VirtualBox

Changeset 78929 in vbox


Ignore:
Timestamp:
Jun 3, 2019 10:54:07 AM (5 years ago)
Author:
vboxsync
Message:

bugref:9416. fixed typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp

    r78923 r78929  
    13831383                strOsType = Global::OSTypeId(guestOsType);
    13841384                vsd->RemoveDescriptionByType(VirtualSystemDescriptionType_OS);
    1385                 vsd->AddDescription(VirtualSystemDescriptionType_Name,
     1385                vsd->AddDescription(VirtualSystemDescriptionType_OS,
    13861386                                    Bstr(strOsType).raw(),
    13871387                                    Bstr(strOsType).raw());
     
    13921392        {
    13931393            strOsType = Global::OSTypeId(guestOsType);
    1394             vsd->AddDescription(VirtualSystemDescriptionType_Name,
     1394            vsd->AddDescription(VirtualSystemDescriptionType_OS,
    13951395                                Bstr(strOsType).raw(),
    13961396                                Bstr(strOsType).raw());
     
    19611961            LogRel(("%s: Cloud import (local phase) - exception occured (%Rrc).\n", __FUNCTION__, aRc));
    19621962            hrc = aRc;
     1963        }
     1964        catct (int aRc)
     1965        {
     1966            LogRel(("%s: Cloud import (local phase) - exception occured (%Rrc).\n", __FUNCTION__, aRc));
     1967            hrc = setErrorVrc(aRc);
    19631968        }
    19641969        catch (...)
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