VirtualBox

Changeset 49489 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 15, 2013 9:16:40 AM (11 years ago)
Author:
vboxsync
Message:

Main/src-server: Warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp

    r49447 r49489  
    30263026                        LogWarning(("OVA/OVF import: Disk image %s was missed during import of VM %s\n",
    30273027                                    oit->first.c_str(), vmNameEntry->strOvf.c_str()));
     3028                        NOREF(vmNameEntry);
    30283029                        ++oit;
    30293030                        continue;
     
    35113512            {
    35123513                /* 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",
    35143515                            oit->first.c_str(), vmNameEntry->strOvf.c_str()));
     3516                NOREF(vmNameEntry);
    35153517                ++oit;
    35163518                continue;
     
    35853587                    }
    35863588                    if (!vsdeTargetHD)
    3587                         /* 
     3589                        /*
    35883590                         * in this case it's an error because something wrong with OVF description file.
    35893591                         * May be VB imports OVA package with wrong file sequence inside the archive.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette