Changeset 79348 in vbox for trunk/src/VBox
- Timestamp:
- Jun 26, 2019 9:16:09 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumEnumerator.cpp
r79337 r79348 500 500 if (medium(uMediumId).isNull()) 501 501 { 502 /* This medium can be wiped out already because of async event nature. Currently 503 * medium unregistration event comes very late and other even unrealted events 504 * can come before it and request for this particular medium enumeration. If medium 505 * enumeration is performed fast enough (before medium unregistration event comes), 506 * medium will be wiped out already, so we just ignore it. */ 502 507 LogRel2(("GUI: UIMediumEnumerator: Medium {%s} was not currently cached!\n", 503 508 uMediumId.toString().toUtf8().constData())); 504 /// @todo is this a valid case?505 AssertFailed();506 509 } 507 510 else
Note:
See TracChangeset
for help on using the changeset viewer.