mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
vici: Reduce debug level during thread spawning
We want to avoid libvici users to get a cluttered stderr for no real error.
This commit is contained in:
parent
046b547a37
commit
3db58e837c
@ -754,7 +754,9 @@ void vici_init()
|
||||
library_init(NULL, "vici");
|
||||
if (lib->processor->get_total_threads(lib->processor) < 4)
|
||||
{
|
||||
dbg_default_set_level(0);
|
||||
lib->processor->set_threads(lib->processor, 4);
|
||||
dbg_default_set_level(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user