Changeset 33756 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Nov 4, 2010 9:59:12 AM (14 years ago)
- File:
-
- 1 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 }
Note:
See TracChangeset
for help on using the changeset viewer.