VirtualBox

Changeset 54977 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 26, 2015 8:26:54 PM (10 years ago)
Author:
vboxsync
Message:

DrvVD: don't make 'rc=%Rrc' part of the error message as the error code is printed later anyway

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvVD.cpp

    r54591 r54977  
    31093109        {
    31103110           rc = PDMDrvHlpVMSetError(pDrvIns, rc, RT_SRC_POS,
    3111                                     N_("Failed to open image '%s' in %s mode rc=%Rrc"), pszName,
     3111                                    N_("Failed to open image '%s' in %s mode"), pszName,
    31123112                                    (uOpenFlags & VD_OPEN_FLAGS_READONLY) ? "read-only" : "read-write", rc);
    31133113           break;
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