VirtualBox

Changeset 79023 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jun 6, 2019 1:51:42 PM (6 years ago)
Author:
vboxsync
Message:

bugref:9416. fixed typo and log message.

File:
1 edited

Legend:

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

    r78963 r79023  
    16501650                    }
    16511651                    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));
    16531653                }
    16541654
     
    18681868                            throw hrc;
    18691869
    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(),
    18711871                                                           200);
    18721872                        ComObjPtr<Medium> nullParent;
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