mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Change test so included plugins can load notice framework.
This commit is contained in:
parent
1e4f368c68
commit
0f1dd8ef1b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ event zeek_init()
|
|||
print node_output_file, "supervised node zeek_init()";
|
||||
|
||||
# This is only defined when we're loading init-default.zeek:
|
||||
@ifdef ( Notice::Info )
|
||||
@ifdef ( Conn::LOG )
|
||||
print node_output_file, "default mode";
|
||||
@else
|
||||
print node_output_file, "bare mode";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue