Changeset 79023 in vbox
- Timestamp:
- Jun 6, 2019 1:51:42 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r78963 r79023 1650 1650 } 1651 1651 vsys.ullMemorySize = memory; 1652 LogRel(("%s: Size of RAM is % sMB\n", __FUNCTION__, vsdData.c_str()));1652 LogRel(("%s: Size of RAM is %dMB\n", __FUNCTION__, vsys.ullMemorySize)); 1653 1653 } 1654 1654 … … 1868 1868 throw hrc; 1869 1869 1870 pTask->pProgress->SetNextOperation(BstrFmt(tr("Importing virtual disk image '%s'" ,pszName)).raw(),1870 pTask->pProgress->SetNextOperation(BstrFmt(tr("Importing virtual disk image '%s'"), pszName).raw(), 1871 1871 200); 1872 1872 ComObjPtr<Medium> nullParent;
Note:
See TracChangeset
for help on using the changeset viewer.