mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
change empty field defenition like in logging framework
This commit is contained in:
parent
59967d40ac
commit
a14ec02d3b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export {
|
|||
const set_separator = "," &redef;
|
||||
|
||||
## String to use for empty fields.
|
||||
const empty_field = "-" &redef;
|
||||
const empty_field = "(empty)" &redef;
|
||||
|
||||
## String to use for an unset &optional field.
|
||||
const unset_field = "-" &redef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue