]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Extra debug helper line in push callback
authorBrion Vibber <brion@pobox.com>
Mon, 4 Oct 2010 21:22:32 +0000 (14:22 -0700)
committerBrion Vibber <brion@pobox.com>
Mon, 4 Oct 2010 21:22:32 +0000 (14:22 -0700)
plugins/OStatus/actions/pushcallback.php

index 701a39c1638b7eeeaf55c8f94872924b3bdf70b8..6eec1ad16ec945f971d6643891e8cff53f647bdb 100644 (file)
@@ -81,6 +81,7 @@ class PushCallbackAction extends Action
         $challenge = $this->arg('hub_challenge');
         $lease_seconds = $this->arg('hub_lease_seconds');
         $verify_token = $this->arg('hub_verify_token');
+        common_log(LOG_INFO, __METHOD__ . ": sub verification mode: $mode topic: $topic challenge: $challenge lease_seconds: $lease_seconds verify_token: $verify_token");
 
         if ($mode != 'subscribe' && $mode != 'unsubscribe') {
             // TRANS: Client exception. %s is an invalid value for hub.mode.