Changeset 67879 in vbox
- Timestamp:
- Jul 10, 2017 2:26:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
r67756 r67879 1562 1562 } while (0); 1563 1563 1564 RTPrintf("Unattended installation OS %s has been running on virtual machine '%ls'.\n"1565 "UUID: %ls\n",1566 strInstalledOS.c_str(),1567 bstrMachineName.raw(),1568 bstrUuid.raw());1569 1570 1564 return SUCCEEDED(rc) ? RTEXITCODE_SUCCESS : RTEXITCODE_FAILURE; 1571 1565 }
Note:
See TracChangeset
for help on using the changeset viewer.