Changeset 56925 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Jul 13, 2015 12:53:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r56474 r56925 9469 9469 if (RT_FAILURE(vrc)) 9470 9470 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()); 9473 9473 9474 9474 thisLock.acquire();
Note:
See TracChangeset
for help on using the changeset viewer.