Clarify 'old_comm_usage_is_ok' error message

This commit is contained in:
Jon Siwek 2018-09-04 09:26:12 -05:00
parent 452eb0cba9
commit 60d0343845
2 changed files with 3 additions and 2 deletions

View file

@ -933,7 +933,8 @@ int main(int argc, char** argv)
"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.");
"actions, but the suggested solution is to "
"port scripts to use the new Broker API.");
}
RecordVal::ResizeParseTimeRecords();

View file

@ -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)
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.