VirtualBox

Changeset 56925 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Jul 13, 2015 12:53:44 PM (9 years ago)
Author:
vboxsync
Message:

Main/Medium: Fix error message

File:
1 edited

Legend:

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

    r56474 r56925  
    94699469            if (RT_FAILURE(vrc))
    94709470                throw setError(VBOX_E_FILE_ERROR,
    9471                                tr("Could not prepare disk images for encryption (%Rrc)"),
    9472                                i_vdError(vrc).c_str());
     9471                               tr("Could not prepare disk images for encryption (%Rrc): %s"),
     9472                               vrc, i_vdError(vrc).c_str());
    94739473
    94749474            thisLock.acquire();
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