Changeset 83874 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Apr 21, 2020 6:38:28 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r83618 r83874 2770 2770 CHECK_PROGRESS_ERROR(pProgress, ("Guest additions update failed")); 2771 2771 vrc = gctlPrintProgressError(pProgress); 2772 if ( RT_SUCCESS(vrc) 2773 && pCtx->cVerbose) 2772 if (RT_SUCCESS(vrc)) 2774 2773 { 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"); 2776 2776 } 2777 2777 }
Note:
See TracChangeset
for help on using the changeset viewer.