summaryrefslogtreecommitdiffstats
path: root/etc/inc/notices.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-07-30 01:49:35 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-07-30 01:49:35 +0000
commit9d5b2674b13d4650f3264f529dc1d10e51011a7d (patch)
treeff0e72d0ec1fa6977c06fb5e420db9fd24f221b9 /etc/inc/notices.inc
parent34e1ff97afa807f3220123b9552fd000fcf035e0 (diff)
downloadpfsense-9d5b2674b13d4650f3264f529dc1d10e51011a7d.zip
pfsense-9d5b2674b13d4650f3264f529dc1d10e51011a7d.tar.gz
Wrong value slipped in
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 dfff3b3..27ff7af 100644
--- a/etc/inc/notices.inc
+++ b/etc/inc/notices.inc
@@ -63,7 +63,7 @@ function file_notice($id, $notice, $category = "General", $url = "", $priority =
}
fwrite($queueout, serialize($queue));
fclose($queueout);
- log_error("notice", "New alert found: {$notice}");
+ log_error("New alert found: {$notice}");
return $queuekey;
}
OpenPOWER on IntegriCloud