VirtualBox

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

Release logging.

File:
1 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        }
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