More verbose salmon debugging

This commit is contained in:
Mikael Nordfeldth 2016-03-15 16:53:19 +01:00
parent f32414dd93
commit f4833c6c91
1 changed files with 2 additions and 0 deletions

View 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;
}