swanctl: Increase default debug level to 1
We initially intended to silence debugging only during thread initialization, not for swanctl in general.
This commit is contained in:
@@ -51,7 +51,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
dbg_default_set_level(0);
|
||||
lib->processor->set_threads(lib->processor, 4);
|
||||
dbg_default_set_level(0);
|
||||
dbg_default_set_level(1);
|
||||
|
||||
return command_dispatch(argc, argv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user