From 57b5e2483d3964edbba9bab13b728854012c74b8 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sat, 25 Oct 2014 14:23:15 +0200 Subject: [PATCH] A little bit more debugging. --- plugins/OStatus/OStatusPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/OStatus/OStatusPlugin.php b/plugins/OStatus/OStatusPlugin.php index f78c156a7c..a57074036a 100644 --- a/plugins/OStatus/OStatusPlugin.php +++ b/plugins/OStatus/OStatusPlugin.php @@ -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; } -- 2.39.5