mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
logging: Better error messages for invalid Log::delay() calls
Add a test for Log::delay() usage within filter policy hooks, too.
This commit is contained in:
parent
5e046eee58
commit
e2ce929fa4
6 changed files with 29 additions and 7 deletions
|
@ -1,2 +1,3 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
error: invalid Log::delay() call: no active write context available
|
||||
error: invalid Log::delay() call: outside of Log::log_stream_policy() hook
|
||||
error: invalid Log::delay_finish() call: invalid token provided
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue