diff --git a/Silicon/NVIDIA/Drivers/ConfigurationManagerData/SmbiosParser/SmbiosParser.c b/Silicon/NVIDIA/Drivers/ConfigurationManagerData/SmbiosParser/SmbiosParser.c index 06f38818b4..1bbc96874a 100644 --- a/Silicon/NVIDIA/Drivers/ConfigurationManagerData/SmbiosParser/SmbiosParser.c +++ b/Silicon/NVIDIA/Drivers/ConfigurationManagerData/SmbiosParser/SmbiosParser.c @@ -224,7 +224,7 @@ SmbiosParser ( for (Index = 0; Index < ARRAY_SIZE (CmInstallSmbiosRecords); Index++) { Status = CmInstallSmbiosRecords[Index].Function (ParserHandle, Private); if (EFI_ERROR (Status)) { - DEBUG ((DEBUG_ERROR, "%a: Install CM object of SMBIOS Type %d, Status = %r.\n", __FUNCTION__, CmInstallSmbiosRecords[Index].Type, Status)); + DEBUG ((DEBUG_ERROR, "%a: Install CM object of SMBIOS Type %u, Status = %r.\n", __FUNCTION__, CmInstallSmbiosRecords[Index].Type, Status)); } }