mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Fixing a number of reporter calls.
This commit is contained in:
parent
9af6c183d2
commit
a08c478079
9 changed files with 22 additions and 22 deletions
|
@ -199,7 +199,7 @@ bool RuleMatcher::ReadFiles(const name_list& files)
|
|||
rules_in = search_for_file(files[i], "sig", 0, false, 0);
|
||||
if ( ! rules_in )
|
||||
{
|
||||
reporter->Error("Can't open signature file", files[i]);
|
||||
reporter->Error("Can't open signature file %s", files[i]);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue