VirtualBox

Changeset 84564 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
May 27, 2020 2:10:26 PM (5 years ago)
Author:
vboxsync
Message:

Main: Comments / logging renaming (guest additions -> Guest Additions).

Location:
trunk/src/VBox/Main/src-server
Files:
2 edited

Legend:

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

    r82968 r84564  
    12401240                            mStrIsoPath.c_str());
    12411241    if (mfInstallGuestAdditions && !RTFileExists(mStrAdditionsIsoPath.c_str()))
    1242         return setErrorBoth(E_FAIL, VERR_FILE_NOT_FOUND, tr("Could not locate the guest additions ISO file '%s'"),
     1242        return setErrorBoth(E_FAIL, VERR_FILE_NOT_FOUND, tr("Could not locate the Guest Additions ISO file '%s'"),
    12431243                            mStrAdditionsIsoPath.c_str());
    12441244    if (mfInstallTestExecService && !RTFileExists(mStrValidationKitIsoPath.c_str()))
  • trunk/src/VBox/Main/src-server/UnattendedScript.cpp

    r82968 r84564  
    434434         && memcmp(pachPlaceholder, "@@VBOX_COND_" a_szMatch "@@", sizeof("@@VBOX_COND_" a_szMatch "@@") - 1U) == 0)
    435435
    436     /* Install guest additions: */
     436    /* Install Guest Additions: */
    437437    if (IS_PLACEHOLDER_MATCH("IS_INSTALLING_ADDITIONS"))
    438438        *pfOutputting = mpUnattended->i_getInstallGuestAdditions();
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