summaryrefslogtreecommitdiff
path: root/lib/jabber.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-02-14 21:28:45 -0500
committerEvan Prodromou <evan@controlyourself.ca>2009-02-14 21:28:45 -0500
commit32fc71b43240e620e667354b97c662ac5ef1dab5 (patch)
treec9b2bd9a70d2f11e3f773de82c442a775a56ce24 /lib/jabber.php
parent9b31571449c56004e01d16eb1a365f73cc91ba8d (diff)
parent02184df7c8fd40ee9d1b134fd318e0c6f444ae01 (diff)
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Diffstat (limited to 'lib/jabber.php')
-rw-r--r--lib/jabber.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jabber.php b/lib/jabber.php
index b385d3c5c..3fbb3e1ab 100644
--- a/lib/jabber.php
+++ b/lib/jabber.php
@@ -114,7 +114,7 @@ function jabber_connect($resource=null)
try {
$conn->connect(true); // true = persistent connection
} catch (XMPPHP_Exception $e) {
- common_log(LOG_ERROR, $e->getMessage());
+ common_log(LOG_ERR, $e->getMessage());
return false;
}