summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index c5bbeef..faa746c 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1682,7 +1682,7 @@ function notify_via_growl($message) {
if($growl_ip) {
$growl = new Growl($growl_ip, $growl_password);
$growl->register();
- $growl->notify("pfSense growl alert", "", "{$message}", 1);
+ $growl->notify("pfSense growl alert", "pfSense", "{$message}");
}
return true; // XXX: check for error?
}
OpenPOWER on IntegriCloud