VirtualBox

Changeset 14564 in vbox for trunk/src


Ignore:
Timestamp:
Nov 25, 2008 11:13:26 AM (16 years ago)
Author:
vboxsync
Message:

Frontends/VBoxManage: Fix machinereadable variant of SATA info dumping. Convention is to use the same string as for the "VBoxManage moddifyvm" parameter if possible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp

    r14555 r14564  
    486486                if (details == VMINFO_MACHINEREADABLE)
    487487                {
    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());
    490490                }
    491491                else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette