Changeset 7896 in vbox
- Timestamp:
- Apr 11, 2008 7:48:37 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp
r7846 r7896 4338 4338 pImage->LCHSGeometry.cCylinders, pImage->LCHSGeometry.cHeads, pImage->LCHSGeometry.cSectors, 4339 4339 VMDK_BYTE2SECTOR(pImage->cbSize)); 4340 RTLogPrintf("Header: uuidCreation={%Vuuid}\n", pImage->ImageUuid); 4341 RTLogPrintf("Header: uuidModification={%Vuuid}\n", pImage->ModificationUuid); 4342 RTLogPrintf("Header: uuidParent={%Vuuid}\n", pImage->ParentUuid); 4340 RTLogPrintf("Header: uuidCreation={%Vuuid}\n", &pImage->ImageUuid); 4341 RTLogPrintf("Header: uuidModification={%Vuuid}\n", &pImage->ModificationUuid); 4342 RTLogPrintf("Header: uuidParent={%Vuuid}\n", &pImage->ParentUuid); 4343 RTLogPrintf("Header: uuidParentModification={%Vuuid}\n", &pImage->ParentModificationUuid); 4343 4344 } 4344 4345 }
Note:
See TracChangeset
for help on using the changeset viewer.