mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-03-24 17:01:05 -04:00
Fix very verbose cli param
This commit is contained in:
2
cli.cpp
2
cli.cpp
@@ -1335,7 +1335,7 @@ unsigned int cli_pre_detection(int argc, char *argv[])
|
||||
\*---------------------------------------------------------*/
|
||||
else if(option == "--very-verbose" || option == "-vv")
|
||||
{
|
||||
LogManager::get()->setVerbosity(LL_DEBUG);
|
||||
LogManager::get()->setVerbosity(LL_TRACE);
|
||||
cfg_args++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user