mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Rename bro to zeek in error messages
More renaming in error messages and a few other places.
This commit is contained in:
parent
e2dc0092f3
commit
0ae1bfa29d
11 changed files with 12 additions and 12 deletions
|
@ -71,7 +71,7 @@ bool SQLite::DoInit(const ReaderInfo& info, int arg_num_fields, const threading:
|
|||
{
|
||||
if ( sqlite3_threadsafe() == 0 )
|
||||
{
|
||||
Error("SQLite reports that it is not threadsafe. Bro needs a threadsafe version of SQLite. Aborting");
|
||||
Error("SQLite reports that it is not threadsafe. Zeek needs a threadsafe version of SQLite. Aborting");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue