VirtualBox

Changeset 7896 in vbox


Ignore:
Timestamp:
Apr 11, 2008 7:48:37 AM (17 years ago)
Author:
vboxsync
Message:

Fix VMDK image debug dump.

File:
1 edited

Legend:

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

    r7846 r7896  
    43384338                    pImage->LCHSGeometry.cCylinders, pImage->LCHSGeometry.cHeads, pImage->LCHSGeometry.cSectors,
    43394339                    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);
    43434344    }
    43444345}
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