Fix more fatal errors in queue edge cases

This commit is contained in:
Brion Vibber
2010-01-28 23:08:36 -08:00
parent e5eca9bd2c
commit 4d3808a815
4 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ class PublicQueueHandler extends QueueHandler
try {
return jabber_public_notice($notice);
} catch (XMPPHP_Exception $e) {
$this->log(LOG_ERR, "Got an XMPPHP_Exception: " . $e->getMessage());
common_log(LOG_ERR, "Got an XMPPHP_Exception: " . $e->getMessage());
return false;
}
}