VirtualBox

Changeset 88211 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Mar 19, 2021 6:00:26 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143376
Message:

Main/ConsoleImpl2: Call VMR3SetError when catching ConfigError so we get something in the release log at least.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r88209 r88211  
    35203520    {
    35213521        // InsertConfig threw something:
     3522        VMR3SetError(pUVM, x.m_vrc, RT_SRC_POS, "Caught ConfigError: %Rrc - %s", x.m_vrc, x.what());
    35223523        return x.m_vrc;
    35233524    }
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