]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
debugging replyToID
authorEvan Prodromou <evan@status.net>
Wed, 1 Sep 2010 21:59:49 +0000 (17:59 -0400)
committerEvan Prodromou <evan@status.net>
Wed, 1 Sep 2010 21:59:49 +0000 (17:59 -0400)
plugins/OStatus/actions/usersalmon.php

index 06a72bf0244331be868a790eb38b6bd3f7697ae3..0422c68ebdf3f4f8e7166bd5897b7d929a84783c 100644 (file)
@@ -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");