summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.homeunix.net>2009-07-09 19:12:43 -0400
committerScott Ullrich <sullrich@pfsense.homeunix.net>2009-07-09 19:13:04 -0400
commitd375e74a6a3bc359dea72d0239bbd46a7142304e (patch)
tree6a87b72865e6fbe9e8fef11a25d6257481d11f2c /etc/inc/pfsense-utils.inc
parent80f8f00ce8cace253e870f5ca5fa791b1c26b884 (diff)
downloadpfsense-d375e74a6a3bc359dea72d0239bbd46a7142304e.zip
pfsense-d375e74a6a3bc359dea72d0239bbd46a7142304e.tar.gz
Set priority to 1 (HIGH)
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 3e48c07..ad3c1a0 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1682,7 +1682,8 @@ function notify_via_growl($message) {
$growl_password = $growl_settings['password'];
$growl = new Growl($growl_ip, $growl_password);
$growl->register();
- $growl->notify("pfSense growl alert", "", "{$message}");
+ $growl->notify("pfSense growl alert", "", "{$message}", 1);
+ return true; // XXX: check for error?
}
?> \ No newline at end of file
OpenPOWER on IntegriCloud