mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-20 09:20:01 -04:00
LogManager cleanup
This commit is contained in:
1 parent
103b5f27bb
commit
fd7dbd618d
14 files changed
+481
-325
No files matched your search
@@ -172,7 +172,7 @@ void logitech_device::initialiseDevice()
|
||||
| If this is running with DEBUG or higher loglevel then |
|
||||
| dump the entire Feature list to log |
|
||||
\*-----------------------------------------------------------------*/
|
||||
if(LogManager::get()->getLoglevel() > 4)
|
||||
if(LogManager::get()->GetLogLevel() >= LL_DEBUG)
|
||||
{
|
||||
getDeviceFeatureList(); //This will populate the feature list
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user