summaryrefslogtreecommitdiffstats
path: root/etc/inc/notices.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-07-24 18:22:50 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-07-24 18:22:50 +0000
commit371d45a2bc53f389a1ab1bc2ff350dff10ff9146 (patch)
tree3a26ba16499987bf9d650e50cc884674caee1ac7 /etc/inc/notices.inc
parent6909a83662b3084a59e3d8162a8aba5e63e097f3 (diff)
downloadpfsense-371d45a2bc53f389a1ab1bc2ff350dff10ff9146.zip
pfsense-371d45a2bc53f389a1ab1bc2ff350dff10ff9146.tar.gz
Send alerts to syslog as well. Suggested-by: BillM
Diffstat (limited to 'etc/inc/notices.inc')
-rw-r--r--etc/inc/notices.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/notices.inc b/etc/inc/notices.inc
index 7b3001a..3549a89 100644
--- a/etc/inc/notices.inc
+++ b/etc/inc/notices.inc
@@ -59,7 +59,7 @@ function file_notice($id, $notice, $category = "General", $url = "", $priority =
$queueout = fopen($notice_path, "w");
fwrite($queueout, serialize($queue));
fclose($queueout);
- log_error("New alert found: $notice");
+ log_error("New alert found: {$notice}");
return $queuekey;
}
OpenPOWER on IntegriCloud