mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Clarify 'old_comm_usage_is_ok' error message
This commit is contained in:
parent
452eb0cba9
commit
60d0343845
2 changed files with 3 additions and 2 deletions
|
@ -933,7 +933,8 @@ int main(int argc, char** argv)
|
||||||
"and set up the old comm. system. "
|
"and set up the old comm. system. "
|
||||||
"Set the 'old_comm_usage_is_ok' flag "
|
"Set the 'old_comm_usage_is_ok' flag "
|
||||||
"to bypass this error if you've taken such "
|
"to bypass this error if you've taken such "
|
||||||
"actions.");
|
"actions, but the suggested solution is to "
|
||||||
|
"port scripts to use the new Broker API.");
|
||||||
}
|
}
|
||||||
|
|
||||||
RecordVal::ResizeParseTimeRecords();
|
RecordVal::ResizeParseTimeRecords();
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
warning in /Users/jon/projects/bro/bro/testing/btest/.tmp/core.old_comm_usage/old_comm_usage.bro, line 6: deprecated (terminate_communication)
|
warning in /Users/jon/projects/bro/bro/testing/btest/.tmp/core.old_comm_usage/old_comm_usage.bro, line 6: deprecated (terminate_communication)
|
||||||
fatal error: Detected old, deprecated communication system usages that will not work unless you explicitly take action to initizialize and set up the old comm. system. Set the 'old_comm_usage_is_ok' flag to bypass this error if you've taken such actions.
|
fatal error: Detected old, deprecated communication system usages that will not work unless you explicitly take action to initizialize and set up the old comm. system. Set the 'old_comm_usage_is_ok' flag to bypass this error if you've taken such actions, but the suggested solution is to port scripts to use the new Broker API.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue