Changeset 51591 in vbox for trunk/src/VBox
- Timestamp:
- Jun 10, 2014 2:54:17 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94300
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp
r51588 r51591 1065 1065 { 1066 1066 /* 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())); 1068 1069 /* Which is not loaded yet: */ 1069 1070 AssertReturnVoid(!m_data.contains(strID));
Note:
See TracChangeset
for help on using the changeset viewer.