Switch GUID specifier to %v and %V, thus allowing to write string with both lower and uppercase

This commit is contained in:
2024-02-17 22:52:49 +01:00
parent 430557e08f
commit 2dd4048416
2 changed files with 20 additions and 5 deletions

View File

@@ -138,7 +138,7 @@ BlEnumerateBlockDevices()
/* Print debug message */
BlDebugPrint(L"Found Hard Disk partition (DiskNumber: %lu, PartNumber: %lu, "
L"MBRType: %u, GUID: {%U}, PartSize: %uB)\n",
L"MBRType: %u, GUID: {%V}, PartSize: %uB)\n",
DriveNumber, PartitionNumber, HDPath->MBRType,
PartitionGuid, HDPath->PartitionSize * Media->BlockSize);
}