VirtualBox

Ignore:
Timestamp:
Apr 21, 2020 6:38:28 AM (5 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Emphasize that a guest needs to be restarted in order to make use of the updated Guest Additions.

File:
1 edited

Legend:

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

    r83618 r83874  
    27702770                CHECK_PROGRESS_ERROR(pProgress, ("Guest additions update failed"));
    27712771            vrc = gctlPrintProgressError(pProgress);
    2772             if (   RT_SUCCESS(vrc)
    2773                 && pCtx->cVerbose)
     2772            if (RT_SUCCESS(vrc))
    27742773            {
    2775                 RTPrintf("Guest Additions update successful\n");
     2774                RTPrintf("Guest Additions update successful.\n");
     2775                RTPrintf("The guest needs to be restarted in order to make use of the updated Guest Additions.\n");
    27762776            }
    27772777        }
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