]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
More verbose salmon debugging
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 15 Mar 2016 15:53:19 +0000 (16:53 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 15 Mar 2016 15:53:19 +0000 (16:53 +0100)
plugins/OStatus/lib/salmonaction.php

index d1293728d2e1076edf83c9a9fb5181ec7802fe38..13f49f4effa6fcfa4cacba5e7c1d58ba299e681a 100644 (file)
@@ -83,6 +83,8 @@ class SalmonAction extends Action
         // Cryptographic verification test, throws exception on failure
         $magic_env->verify($this->actor);
 
+        common_debug('Salmon slap is carrying activity URI=='._ve($this->activity->id));
+
         return true;
     }