VirtualBox

Changeset 61757 in vbox


Ignore:
Timestamp:
Jun 17, 2016 5:46:55 PM (9 years ago)
Author:
vboxsync
Message:

Storage/VMDK: Be more verbose about which value is not correctly quoted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/VMDK.cpp

    r61711 r61757  
    13761376                             char **ppszUnquoted, char **ppszNext)
    13771377{
     1378    const char *pszStart = pszStr;
    13781379    char *pszQ;
    13791380    char *pszUnquoted;
     
    13941395        pszQ = (char *)strchr(pszStr, '"');
    13951396        if (pszQ == NULL)
    1396             return vdIfError(pImage->pIfError, VERR_VD_VMDK_INVALID_HEADER, RT_SRC_POS, N_("VMDK: incorrectly quoted value in descriptor in '%s'"), pImage->pszFilename);
     1397            return vdIfError(pImage->pIfError, VERR_VD_VMDK_INVALID_HEADER, RT_SRC_POS, N_("VMDK: incorrectly quoted value in descriptor in '%s' (raw value %s)"),
     1398                             pImage->pszFilename, pszStart);
    13971399    }
    13981400
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