Changeset 80074 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
- Timestamp:
- Jul 31, 2019 2:18:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r78979 r80074 179 179 case MachineState_TeleportingIn: 180 180 return fShort ? "teleportingin" : "teleporting (incoming)"; 181 case MachineState_FaultTolerantSyncing:182 return fShort ? "faulttolerantsyncing" : "fault tolerant syncing";183 181 case MachineState_DeletingSnapshotOnline: 184 182 return fShort ? "deletingsnapshotlive" : "deleting snapshot live";
Note:
See TracChangeset
for help on using the changeset viewer.