mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-03-28 10:51:13 -04:00
Small adjustments in LogManager
This commit is contained in:
@@ -74,8 +74,7 @@ ResourceManager::~ResourceManager()
|
||||
|
||||
void ResourceManager::RegisterI2CBus(i2c_smbus_interface *bus)
|
||||
{
|
||||
std::string bus_name = bus->device_name;
|
||||
LOG_NOTICE("Registering I2C interface: %s", bus_name.c_str());
|
||||
LOG_NOTICE("Registering I2C interface: %s", bus->device_name);
|
||||
busses.push_back(bus);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user