Changeset 49489 in vbox for trunk/src/VBox
- Timestamp:
- Nov 15, 2013 9:16:40 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r49447 r49489 3026 3026 LogWarning(("OVA/OVF import: Disk image %s was missed during import of VM %s\n", 3027 3027 oit->first.c_str(), vmNameEntry->strOvf.c_str())); 3028 NOREF(vmNameEntry); 3028 3029 ++oit; 3029 3030 continue; … … 3511 3512 { 3512 3513 /* possible case if a disk image belongs to other virtual system (OVF package with multiple VMs inside) */ 3513 LogWarning(("OVA/OVF import: Disk image %s was missed during import of VM %s\n", 3514 LogWarning(("OVA/OVF import: Disk image %s was missed during import of VM %s\n", 3514 3515 oit->first.c_str(), vmNameEntry->strOvf.c_str())); 3516 NOREF(vmNameEntry); 3515 3517 ++oit; 3516 3518 continue; … … 3585 3587 } 3586 3588 if (!vsdeTargetHD) 3587 /* 3589 /* 3588 3590 * in this case it's an error because something wrong with OVF description file. 3589 3591 * May be VB imports OVA package with wrong file sequence inside the archive.
Note:
See TracChangeset
for help on using the changeset viewer.