LogManager cleanup

This commit is contained in:
Adam Honse
2026-05-05 20:20:21 -05:00
parent 072d27d9dd
commit a3e5296bf2
14 changed files with 481 additions and 325 deletions

View File

@@ -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
}