- Timestamp:
- Nov 25, 2008 11:13:26 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r14555 r14564 486 486 if (details == VMINFO_MACHINEREADABLE) 487 487 { 488 RTPrintf("sata %d=\"%lS\"\n", i, filePath.raw());489 RTPrintf(" sata%dImageUUID=\"%s\"\n", i, uuid.toString().raw());488 RTPrintf("sataport%d=\"%lS\"\n", i, filePath.raw()); 489 RTPrintf("SataPortImageUUID%d=\"%s\"\n", i, uuid.toString().raw()); 490 490 } 491 491 else
Note:
See TracChangeset
for help on using the changeset viewer.