Fixing a number of reporter calls.

This commit is contained in:
Robin Sommer 2011-10-06 21:26:49 -07:00
parent 9af6c183d2
commit a08c478079
9 changed files with 22 additions and 22 deletions

View file

@ -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;
}