From 9d3c96a43cb3c3d8fc312c1ce3285504cfb1a14f Mon Sep 17 00:00:00 2001 From: Cyril Bosselut Date: Mon, 29 Jan 2024 00:50:30 +0000 Subject: [PATCH] Fix Mac OS Build --- .../RGBController_GigabyteRGBFusion2GPU.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/GigabyteRGBFusion2GPUController/RGBController_GigabyteRGBFusion2GPU.cpp b/Controllers/GigabyteRGBFusion2GPUController/RGBController_GigabyteRGBFusion2GPU.cpp index 6638bd95..2f755e75 100644 --- a/Controllers/GigabyteRGBFusion2GPUController/RGBController_GigabyteRGBFusion2GPU.cpp +++ b/Controllers/GigabyteRGBFusion2GPUController/RGBController_GigabyteRGBFusion2GPU.cpp @@ -237,7 +237,7 @@ void RGBController_RGBFusion2GPU::UpdateSingleLED(int led) void RGBController_RGBFusion2GPU::DeviceUpdateMode() { - LOG_TRACE("[%s] Switching to mode %s @ brightness %d and speed %d", name.c_str(), modes[active_mode].name, modes[active_mode].brightness, modes[active_mode].speed); + LOG_TRACE("[%s] Switching to mode %s @ brightness %d and speed %d", name.c_str(), modes[active_mode].name.c_str(), modes[active_mode].brightness, modes[active_mode].speed); DeviceUpdateLEDs(); }