mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +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
|
@ -721,7 +721,7 @@ static char* get_prompt(bool reset_counter = false)
|
|||
if ( reset_counter )
|
||||
counter = 0;
|
||||
|
||||
safe_snprintf(prompt, sizeof(prompt), "(Bro [%d]) ", counter++);
|
||||
safe_snprintf(prompt, sizeof(prompt), "(Zeek [%d]) ", counter++);
|
||||
|
||||
return prompt;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue