[FREELDR] DetectPnpBios(): Add 'i' to ERR() debug print (#3465)

Addendum to 17990b2 (r73617). CORE-12623
This commit is contained in:
Serge Gautherie 2021-02-22 19:10:27 +01:00 committed by GitHub
parent 834394abd9
commit 205b6e56c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -273,7 +273,7 @@ DetectPnpBios(PCONFIGURATION_COMPONENT_DATA SystemKey, ULONG *BusNumber)
if (PnpBufferSize + DeviceNode->Size > PnpBufferSizeLimit)
{
ERR("Buffer too small! Ignoring remaining device nodes.\n");
ERR("Buffer too small! Ignoring remaining device nodes. (i = %d)\n", i);
break;
}

View file

@ -1150,7 +1150,7 @@ DetectPnpBios(PCONFIGURATION_COMPONENT_DATA SystemKey, ULONG *BusNumber)
if (PnpBufferSize + DeviceNode->Size > PnpBufferSizeLimit)
{
ERR("Buffer too small! Ignoring remaining device nodes.\n");
ERR("Buffer too small! Ignoring remaining device nodes. (i = %d)\n", i);
break;
}