Changeset 74804 in vbox for trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
- Timestamp:
- Oct 12, 2018 3:09:44 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 125752
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r70236 r74804 1747 1747 LogRel(("Machine: skipped saving state as part of online snapshot\n")); 1748 1748 1749 if ( !task.m_pProgress->i_notifyPointOfNoReturn())1749 if (FAILED(task.m_pProgress->NotifyPointOfNoReturn())) 1750 1750 throw setError(E_FAIL, tr("Canceled")); 1751 1751
Note:
See TracChangeset
for help on using the changeset viewer.