VirtualBox

Changeset 51591 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 10, 2014 2:54:17 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94300
Message:

FE/Qt: 6660: Advanced extra-data management framework: More information for hotload assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp

    r51588 r51591  
    10651065{
    10661066    /* Make sure it is valid ID: */
    1067     AssertReturnVoid(!strID.isNull() && strID != m_sstrGlobalID);
     1067    AssertMsgReturnVoid(!strID.isNull() && strID != m_sstrGlobalID,
     1068                        ("Invalid VM ID = {%s}\n", strID.toAscii().constData()));
    10681069    /* Which is not loaded yet: */
    10691070    AssertReturnVoid(!m_data.contains(strID));
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette