From: Evan Prodromou Date: Wed, 1 Sep 2010 21:59:49 +0000 (-0400) Subject: debugging replyToID X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bb9353f6e04f863c50bca12247d1a70cb12350d5;p=quix0rs-gnu-social.git debugging replyToID --- diff --git a/plugins/OStatus/actions/usersalmon.php b/plugins/OStatus/actions/usersalmon.php index 06a72bf024..0422c68ebd 100644 --- a/plugins/OStatus/actions/usersalmon.php +++ b/plugins/OStatus/actions/usersalmon.php @@ -76,6 +76,7 @@ class UsersalmonAction extends SalmonAction $context = $this->activity->context; if (!empty($context->replyToID)) { + common_log(LOG_DEBUG, "Got a notice in reply to '{$context->replyToID}' ({$context->replyToUrl})"); $notice = Notice::staticGet('uri', $context->replyToID); if (empty($notice)) { throw new ClientException("In reply to unknown notice");