LogManager cleanup

This commit is contained in:
Adam Honse committed 2026-07-07 01:35:35 -05:00
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
}