VirtualBox

Changeset 85903 in vbox


Ignore:
Timestamp:
Aug 27, 2020 1:10:23 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140087
Message:

Storage/VMDK: Fixed two format strings. bugref:9224

File:
1 edited

Legend:

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

    r85902 r85903  
    37393739                if (cStable > 0)
    37403740                    rc = vdIfError(pImage->pIfError, rc, RT_SRC_POS,
    3741                                    N_("VMDK: Image path: '%s'. Partition #%u path ('%s') verification failed on '%s' (cStable=%s @%#zx: %.*Rhxs vs %.*Rhxs)"),
     3741                                   N_("VMDK: Image path: '%s'. Partition #%u path ('%s') verification failed on '%s' (cStable=%d @%#zx: %.*Rhxs vs %.*Rhxs)"),
    37423742                                   pImage->pszFilename, idxPartition, pPartDesc->pszRawDevice, pszRawDrive, cStable,
    3743                                    cbSample, &pbSector1[offMissmatch], cbSample, &pbSector2[offMissmatch]);
     3743                                   offMissmatch, cbSample, &pbSector1[offMissmatch], cbSample, &pbSector2[offMissmatch]);
    37443744                else
    37453745                {
    37463746                    LogRel(("VMDK: Image path: '%s'. Partition #%u path ('%s') verification undecided on '%s' because of unstable data! (@%#zx: %.*Rhxs vs %.*Rhxs)\n",
    37473747                            pImage->pszFilename, idxPartition, pPartDesc->pszRawDevice, pszRawDrive,
    3748                             cbSample, &pbSector1[offMissmatch], cbSample, &pbSector2[offMissmatch]));
     3748                            offMissmatch, cbSample, &pbSector1[offMissmatch], cbSample, &pbSector2[offMissmatch]));
    37493749                    rc = -rc;
    37503750                }
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