]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
A little bit more debugging.
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 25 Oct 2014 12:23:15 +0000 (14:23 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 25 Oct 2014 12:23:15 +0000 (14:23 +0200)
plugins/OStatus/OStatusPlugin.php

index f78c156a7c44f1008098969ae80460eb20589d1b..a57074036abbb4c6c2eb6a10564e135094a81460 100644 (file)
@@ -1344,7 +1344,7 @@ class OStatusPlugin extends Plugin
             $oprofile = $oprofile->checkAuthorship($activity);
             $profile = $oprofile->localProfile();
         } catch (Exception $e) {
-            common_log(LOG_ERR, 'Could not get a profile or check authorship ('.get_class($e).': "'.$e->getMessage().'")');
+            common_log(LOG_ERR, 'Could not get a profile or check authorship ('.get_class($e).': "'.$e->getMessage().'") for activity ID: '.$activity->id);
             $profile = null;
             return false;
         }