summaryrefslogtreecommitdiff
path: root/scripts/jabberqueuehandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/jabberqueuehandler.php')
-rwxr-xr-xscripts/jabberqueuehandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/jabberqueuehandler.php b/scripts/jabberqueuehandler.php
index 24f818a0c..59cdb94ad 100755
--- a/scripts/jabberqueuehandler.php
+++ b/scripts/jabberqueuehandler.php
@@ -45,7 +45,7 @@ class JabberQueueHandler extends XmppQueueHandler {
try {
return jabber_broadcast_notice($notice);
} catch (XMPPHP_Exception $e) {
- $this->log(LOG_ERROR, "Got an XMPPHP_Exception: " . $e->getMessage());
+ $this->log(LOG_ERR, "Got an XMPPHP_Exception: " . $e->getMessage());
exit(1);
}
}