Changeset 33756 in vbox
- Timestamp:
- Nov 4, 2010 9:59:12 AM (14 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r33696 r33756 384 384 if (rc != VBOX_E_NOT_SUPPORTED) 385 385 vboxProblem().cannotUpdateGuestAdditions(progressInstall, mainMachineWindow()); 386 387 /* In every case we log the error message in the release log. */ 388 QString strErr = progressInstall.GetErrorInfo().GetText(); 389 if (!strErr.isEmpty()) 390 LogRel(("%s\n", strErr.toLatin1().constData())); 386 391 fDoMount = true; /* Since automatic updating failed, fall back to .ISO mounting. */ 387 392 } -
trunk/src/VBox/Main/GuestImpl.cpp
r33727 r33756 235 235 if (aTask->progress) 236 236 aTask->progress->SetCurrentOperationProgress(15); 237 238 LogRel(("Automatic update of Guest Additions started\n")); 237 239 238 240 /* Prepare command line args. */ … … 285 287 else 286 288 { 289 LogRel(("Copying Guest Additions installer to guest ...\n")); 290 287 291 if (aTask->progress) 288 292 aTask->progress->SetCurrentOperationProgress(20); … … 387 391 if (SUCCEEDED(rc)) 388 392 { 389 /* Nothing yet. */393 LogRel(("Executing Guest Additions update ...\n")); 390 394 } 391 395 }
Note:
See TracChangeset
for help on using the changeset viewer.