mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-27 09:23:57 -04:00
Remove NVIDIA Windows only print and apply to all i2c interfaces
This commit is contained in:
@@ -130,7 +130,7 @@ ResourceManager::~ResourceManager()
|
||||
|
||||
void ResourceManager::RegisterI2CBus(i2c_smbus_interface *bus)
|
||||
{
|
||||
LOG_INFO("Registering I2C interface: %s", bus->device_name);
|
||||
LOG_INFO("Registering I2C interface: %s Device %04X:%04X Subsystem: %04X:%04X", bus->device_name, bus->pci_vendor, bus->pci_device,bus->pci_subsystem_vendor,bus->pci_subsystem_device);
|
||||
busses.push_back(bus);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user