Syslog BiF now goes through the reporter as well.

This commit is contained in:
Robin Sommer 2011-07-01 10:06:08 -07:00
parent fb6a8cec19
commit 8992e7de97

View file

@ -3012,7 +3012,7 @@ function getpid%(%) : count
function syslog%(s: string%): any
%{
syslog(LOG_NOTICE, "%s", s->CheckString());
reporter->Syslog("%s", s->CheckString());
return 0;
%}