Changeset 34761 in vbox
- Timestamp:
- Dec 6, 2010 4:06:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r34709 r34761 1445 1445 ComPtr<IProgress> progress; 1446 1446 CHECK_ERROR(guest, UpdateGuestAdditions(Bstr(Utf8Source).raw(), 1447 /* Wait for whole update process to complete. */ 1447 1448 AdditionsUpdateFlag_None, 1448 1449 progress.asOutParam())); … … 1455 1456 vrc = ctrlPrintProgressError(progress); 1456 1457 else if (fVerbose) 1457 RTPrintf("Guest Additions installer successfully copied and started.\n");1458 RTPrintf("Guest Additions update successful.\n"); 1458 1459 } 1459 1460 }
Note:
See TracChangeset
for help on using the changeset viewer.