mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Syslog BiF now goes through the reporter as well.
This commit is contained in:
parent
fb6a8cec19
commit
8992e7de97
1 changed files with 1 additions and 1 deletions
|
@ -3012,7 +3012,7 @@ function getpid%(%) : count
|
||||||
|
|
||||||
function syslog%(s: string%): any
|
function syslog%(s: string%): any
|
||||||
%{
|
%{
|
||||||
syslog(LOG_NOTICE, "%s", s->CheckString());
|
reporter->Syslog("%s", s->CheckString());
|
||||||
return 0;
|
return 0;
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue