Changeset 51903 in vbox for trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
- Timestamp:
- Jul 7, 2014 1:03:49 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94779
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r51498 r51903 1797 1797 AutoCaller autoCaller(this); 1798 1798 1799 LogFlowThisFunc(("state=%d\n", autoCaller.state()));1799 LogFlowThisFunc(("state=%d\n", getObjectState().getState())); 1800 1800 if (!autoCaller.isOk()) 1801 1801 { … … 2338 2338 AutoCaller autoCaller(this); 2339 2339 2340 LogFlowThisFunc(("state=%d\n", autoCaller.state()));2340 LogFlowThisFunc(("state=%d\n", getObjectState().getState())); 2341 2341 if (!autoCaller.isOk()) 2342 2342 {
Note:
See TracChangeset
for help on using the changeset viewer.