Update baselines and news

Includes tiny patches to make all test succesfully pass.
This commit is contained in:
Johanna Amann 2016-03-11 09:57:35 -08:00
parent 50b03676ea
commit 205ad0d55a
6 changed files with 60 additions and 7 deletions

View file

@ -515,7 +515,11 @@ function check_plugins()
if ( all_active )
{
plugins_active = T;
log_msg_no_plugin("plugin initialization done");
# Skip log message if there are no plugins
if ( |plugins| > 0 )
log_msg_no_plugin("plugin initialization done");
event NetControl::init_done();
}
}