diff --git a/xtldr/volume.c b/xtldr/volume.c index 1a58cc4..fc78ded 100644 --- a/xtldr/volume.c +++ b/xtldr/volume.c @@ -138,7 +138,7 @@ BlEnumerateBlockDevices() /* Print debug message */ 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, PartitionGuid, HDPath->PartitionSize * Media->BlockSize); }