Changeset 55259 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
- Timestamp:
- Apr 14, 2015 5:59:42 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99572
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r55214 r55259 1403 1403 case PortMode_RawFile: 1404 1404 if (details == VMINFO_MACHINEREADABLE) 1405 RTPrintf("uartmode%d=\" %ls\"\n", currentUART + 1,1405 RTPrintf("uartmode%d=\"file,%ls\"\n", currentUART + 1, 1406 1406 path.raw()); 1407 1407 else 1408 1408 RTPrintf(", attached to raw file '%ls'\n", 1409 1409 path.raw()); 1410 break; 1411 case PortMode_TCP: 1412 if (details == VMINFO_MACHINEREADABLE) 1413 RTPrintf("uartmode%d=\"%s,%ls\"\n", currentUART + 1, 1414 fServer ? "tcpserver" : "tcpclient", path.raw()); 1415 else 1416 RTPrintf(", attached to tcp (%s) '%ls'\n", 1417 fServer ? "server" : "client", path.raw()); 1410 1418 break; 1411 1419 case PortMode_HostPipe:
Note:
See TracChangeset
for help on using the changeset viewer.