]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/publicqueuehandler.php
add SUP link to User RSS
[quix0rs-gnu-social.git] / scripts / publicqueuehandler.php
index dde6a3427db005b98732a5cb8dac921951b7be26..b1ae1d581dbcdda2ec57039183a264d4bbd3d5ac 100755 (executable)
@@ -43,8 +43,8 @@ class PublicQueueHandler extends XmppQueueHandler {
                try {
                        return jabber_public_notice($notice);
                } catch (XMPPHP_Exception $e) {
-                       $this->log(LOG_ERROR, "Got an XMPPHP_Exception: " . $e->getMessage());
-                       exit(1);
+                       $this->log(LOG_ERR, "Got an XMPPHP_Exception: " . $e->getMessage());
+                       die($e->getMessage());
                }
        }
 }