mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Update baselines and news
Includes tiny patches to make all test succesfully pass.
This commit is contained in:
parent
50b03676ea
commit
205ad0d55a
6 changed files with 60 additions and 7 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue