Changeset 13838 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Nov 5, 2008 3:16:55 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38830
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r13837 r13838 2813 2813 machine->COMGETTER(Name)(name.asOutParam()); 2814 2814 machine->COMGETTER(Id)(uuid.asOutParam()); 2815 RTPrintf("%s%lS (UUID: % Vuuid)\n",2815 RTPrintf("%s%lS (UUID: %Ruuid)\n", 2816 2816 j == 0 ? "Usage: " : " ", 2817 2817 name.raw(), &machineIds[j]); … … 6503 6503 machine->COMGETTER(Name)(name.asOutParam()); 6504 6504 machine->COMGETTER(Id)(uuid.asOutParam()); 6505 RTPrintf("%s%lS (UUID: % Vuuid)\n",6505 RTPrintf("%s%lS (UUID: %Ruuid)\n", 6506 6506 j == 0 ? "In use by VMs: " : " ", 6507 6507 name.raw(), &machineIds[j]);
Note:
See TracChangeset
for help on using the changeset viewer.