Fix printing hard drive GUID

このコミットが含まれているのは:
Rafal Kupiec 2024-02-16 23:05:24 +01:00
コミット 430557e08f
署名者: belliash
GPGキーID: 4E829243E0CFE6B4

ファイルの表示

@ -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);
}