[FREELDR] DetectPnpBios(): Add 'i' to ERR() debug print (#3465)
[reactos.git] / boot / freeldr / freeldr / arch / i386 / pc / machpc.c
index c089304..6b2ee3d 100644 (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;
             }