Changeset 23689 in vbox
- Timestamp:
- Oct 12, 2009 1:06:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r23687 r23689 448 448 RTPrintf("livemigrationtarget=\"%s\"\n", liveMigrationTarget ? "on" : "off"); 449 449 else 450 RTPrintf("Live Migration Target: %s\n", accelerate2dVideo? "on" : "off");450 RTPrintf("Live Migration Target: %s\n", liveMigrationTarget ? "on" : "off"); 451 451 452 452 ULONG liveMigrationPort;
Note:
See TracChangeset
for help on using the changeset viewer.