Fix very verbose cli param
This commit is contained in:
parent
3e2cd68138
commit
8f8f19c5c1
1 changed files with 1 additions and 1 deletions
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++;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue