diff options
author | Evan Prodromou <evan@status.net> | 2010-09-01 17:59:49 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-09-01 17:59:49 -0400 |
commit | bb9353f6e04f863c50bca12247d1a70cb12350d5 (patch) | |
tree | 96cb3b41859e9e5ec49cd60e0f6651844c822b9d /plugins/OStatus/actions | |
parent | 27626c3abfeeb62ded71c0fa703238835b38015a (diff) |
debugging replyToID
Diffstat (limited to 'plugins/OStatus/actions')
-rw-r--r-- | plugins/OStatus/actions/usersalmon.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/OStatus/actions/usersalmon.php b/plugins/OStatus/actions/usersalmon.php index 06a72bf02..0422c68eb 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"); |