From: Mikael Nordfeldth Date: Tue, 15 Mar 2016 15:53:19 +0000 (+0100) Subject: More verbose salmon debugging X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f4833c6c912cdae0f109ddbff41596f89de1740a;p=quix0rs-gnu-social.git More verbose salmon debugging --- diff --git a/plugins/OStatus/lib/salmonaction.php b/plugins/OStatus/lib/salmonaction.php index d1293728d2..13f49f4eff 100644 --- a/plugins/OStatus/lib/salmonaction.php +++ b/plugins/OStatus/lib/salmonaction.php @@ -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; }