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:
Martin Willi 2015-04-14 09:34:09 +02:00
parent 432d712048
commit 22458c18ff

View File

@ -33,9 +33,7 @@ static bool test_runner_init(bool init)
{
if (init)
{
dbg_default_set_level(0);
lib->processor->set_threads(lib->processor, 8);
dbg_default_set_level(1);
}
else
{