mirror of
https://github.com/reactos/reactos.git
synced 2024-11-27 21:43:32 +08:00
[FREELDR] DetectPnpBios(): Add 'i' to ERR() debug print (#3465)
Addendum to 17990b2
(r73617). CORE-12623
This commit is contained in:
parent
834394abd9
commit
205b6e56c8
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user