]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge remote-tracking branch 'origin'
authorEvan Prodromou <evan@status.net>
Mon, 9 Jul 2012 13:33:42 +0000 (09:33 -0400)
committerEvan Prodromou <evan@status.net>
Mon, 9 Jul 2012 13:33:42 +0000 (09:33 -0400)
plugins/OStatus/actions/ostatusgroup.php

index e2c4121c3f5b04d6cee91a443fedd8e0df6122f7..e110c690d053e7702688776233905b6e19c9380c 100644 (file)
@@ -146,6 +146,8 @@ class OStatusGroupAction extends OStatusSubAction
         try {
             $user->joinGroup($group);
         } catch (Exception $e) {
+            common_log(LOG_ERR, "Exception on remote group join: " . $e->getMessage());
+            common_log(LOG_ERR, $e->getTraceAsString());
             // TRANS: OStatus remote group subscription dialog error.
             $this->showForm(_m('Remote group join failed!'));
             return;