Fix printing hard drive GUID
This commit is contained in:
parent
a70df7cbf8
commit
430557e08f
@ -138,7 +138,7 @@ BlEnumerateBlockDevices()
|
|||||||
|
|
||||||
/* Print debug message */
|
/* Print debug message */
|
||||||
BlDebugPrint(L"Found Hard Disk partition (DiskNumber: %lu, PartNumber: %lu, "
|
BlDebugPrint(L"Found Hard Disk partition (DiskNumber: %lu, PartNumber: %lu, "
|
||||||
L"MBRType: %u, GUID: {%g}, PartSize: %luB)\n",
|
L"MBRType: %u, GUID: {%U}, PartSize: %uB)\n",
|
||||||
DriveNumber, PartitionNumber, HDPath->MBRType,
|
DriveNumber, PartitionNumber, HDPath->MBRType,
|
||||||
PartitionGuid, HDPath->PartitionSize * Media->BlockSize);
|
PartitionGuid, HDPath->PartitionSize * Media->BlockSize);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user