Changeset 85903 in vbox
- Timestamp:
- Aug 27, 2020 1:10:23 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140087
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VMDK.cpp
r85902 r85903 3739 3739 if (cStable > 0) 3740 3740 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)"), 3742 3742 pImage->pszFilename, idxPartition, pPartDesc->pszRawDevice, pszRawDrive, cStable, 3743 cbSample, &pbSector1[offMissmatch], cbSample, &pbSector2[offMissmatch]);3743 offMissmatch, cbSample, &pbSector1[offMissmatch], cbSample, &pbSector2[offMissmatch]); 3744 3744 else 3745 3745 { 3746 3746 LogRel(("VMDK: Image path: '%s'. Partition #%u path ('%s') verification undecided on '%s' because of unstable data! (@%#zx: %.*Rhxs vs %.*Rhxs)\n", 3747 3747 pImage->pszFilename, idxPartition, pPartDesc->pszRawDevice, pszRawDrive, 3748 cbSample, &pbSector1[offMissmatch], cbSample, &pbSector2[offMissmatch]));3748 offMissmatch, cbSample, &pbSector1[offMissmatch], cbSample, &pbSector2[offMissmatch])); 3749 3749 rc = -rc; 3750 3750 }
Note:
See TracChangeset
for help on using the changeset viewer.