X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fdrv%2Fpci.c;h=ec96d8661d6b59d501ae1a8c38927202adadc460;hb=2a05bcd81312a2885f824dac79e82c01a6e60c6c;hp=b4881d3bf4394293b2cdb1ec6545524a44a56984;hpb=6a945643557084578509e149c84cf5dde3c59c3c;p=tpg%2Facess2.git diff --git a/Kernel/drv/pci.c b/Kernel/drv/pci.c index b4881d3b..ec96d866 100644 --- a/Kernel/drv/pci.c +++ b/Kernel/drv/pci.c @@ -116,7 +116,7 @@ int PCI_Install(char **Arguments) } gPCI_Devices = tmpPtr; - Log_Log("PCI", "%i devices, filling structure"); + Log_Log("PCI", "%i devices, filling structure", giPCI_DeviceCount); // Reset counts giPCI_DeviceCount = 0;