Changeset 29994 in vbox
- Timestamp:
- Jun 2, 2010 1:04:36 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62293
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp
r28800 r29994 529 529 else 530 530 RTPrintf("%2u: SATA controller, type %ls" 531 "\n (disable with \"--vsys %u --unit %u --ignore\")\n", 532 a, 533 aVboxValues[a], 534 i, a); 535 break; 536 537 case VirtualSystemDescriptionType_HardDiskControllerSAS: 538 if (fIgnoreThis) 539 { 540 RTPrintf("%2u: SAS controller, type %ls -- disabled\n", 541 a, 542 aVboxValues[a]); 543 aEnabled[a] = false; 544 } 545 else 546 RTPrintf("%2u: SAS controller, type %ls" 531 547 "\n (disable with \"--vsys %u --unit %u --ignore\")\n", 532 548 a,
Note:
See TracChangeset
for help on using the changeset viewer.