mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-08 00:02:03 -04:00
kernel-netlink: Don't mangle verbosity during test initialization
We now properly manage thread verbosity in the test framework, and don't need to silence thread spawning messages.
This commit is contained in:
parent
432d712048
commit
22458c18ff
@ -33,9 +33,7 @@ static bool test_runner_init(bool init)
|
|||||||
{
|
{
|
||||||
if (init)
|
if (init)
|
||||||
{
|
{
|
||||||
dbg_default_set_level(0);
|
|
||||||
lib->processor->set_threads(lib->processor, 8);
|
lib->processor->set_threads(lib->processor, 8);
|
||||||
dbg_default_set_level(1);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user