Fix a missing "ipfw:" in a syslog message.

MFC after:	1 day
This commit is contained in:
Crist J. Clark 2002-01-07 07:12:09 +00:00
parent d3c6bdee3f
commit db38d34abb
1 changed files with 1 additions and 1 deletions

View File

@ -1784,7 +1784,7 @@ zero_entry(struct ip_fw *frwl, int log_only)
}
if (!cleared) /* we did not find any matching rules */
return (EINVAL);
msg = log_only ? "Entry %d logging count reset.\n" :
msg = log_only ? "ipfw: Entry %d logging count reset.\n" :
"ipfw: Entry %d cleared.\n";
}
if (fw_verbose)