VirtualBox

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


Ignore:
Timestamp:
May 4, 2022 8:45:21 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151205
Message:

Main: Corrected error formatting in Console::i_powerUp to match string type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r94808 r94812  
    81988198                {
    81998199                    case VERR_FILE_NOT_FOUND:
    8200                         errMsg.printf(tr("VM failed to start because the saved state file '%ls' does not exist."),
     8200                        errMsg.printf(tr("VM failed to start because the saved state file '%s' does not exist."),
    82018201                                      strSavedStateFile.c_str());
    82028202                        break;
    82038203                    default:
    8204                         errMsg.printf(tr("VM failed to start because the saved state file '%ls' is invalid (%Rrc). "
     8204                        errMsg.printf(tr("VM failed to start because the saved state file '%s' is invalid (%Rrc). "
    82058205                                         "Delete the saved state prior to starting the VM."), strSavedStateFile.c_str(), vrc);
    82068206                        break;
Note: See TracChangeset for help on using the changeset viewer.

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