VirtualBox

Changeset 33756 in vbox


Ignore:
Timestamp:
Nov 4, 2010 9:59:12 AM (14 years ago)
Author:
vboxsync
Message:

Release logging.

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp

    r33696 r33756  
    384384            if (rc != VBOX_E_NOT_SUPPORTED)
    385385                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()));
    386391            fDoMount = true; /* Since automatic updating failed, fall back to .ISO mounting. */
    387392        }
  • trunk/src/VBox/Main/GuestImpl.cpp

    r33727 r33756  
    235235                if (aTask->progress)
    236236                    aTask->progress->SetCurrentOperationProgress(15);
     237
     238                LogRel(("Automatic update of Guest Additions started\n"));
    237239
    238240                /* Prepare command line args. */
     
    285287                    else
    286288                    {
     289                        LogRel(("Copying Guest Additions installer to guest ...\n"));
     290
    287291                        if (aTask->progress)
    288292                            aTask->progress->SetCurrentOperationProgress(20);
     
    387391                if (SUCCEEDED(rc))
    388392                {
    389                     /* Nothing yet. */
     393                    LogRel(("Executing Guest Additions update ...\n"));
    390394                }
    391395            }
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