Changeset 22778 in vbox
- Timestamp:
- Sep 4, 2009 1:15:13 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/SnapshotImpl.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SnapshotImpl.cpp
r22624 r22778 576 576 577 577 Utf8Str path = m->pMachine->mSSData->mStateFilePath; 578 LogFlowThisFunc(("Snap[%s].statePath={%s}\n", m->strName. raw(), path.raw()));578 LogFlowThisFunc(("Snap[%s].statePath={%s}\n", m->strName.c_str(), path.c_str())); 579 579 580 580 /* state file may be NULL (for offline snapshots) */ … … 593 593 ++it) 594 594 { 595 updateSavedStatePathsImpl(aOldPath, aNewPath); 595 Snapshot *pChild = *it; 596 pChild->updateSavedStatePathsImpl(aOldPath, aNewPath); 596 597 } 597 598 }
Note:
See TracChangeset
for help on using the changeset viewer.

