We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc39e5 commit 542808cCopy full SHA for 542808c
src/Server.php
@@ -156,7 +156,7 @@ public function execute(ServerRequestInterface $request = null)
156
// TODO: multiple attachments
157
// Saving the message mic for sending it in the MDN
158
$mic = CryptoHelper::calculateMIC($payload, $micalg);
159
- $this->getLogger()->debug("Server execute, calculated mic: ", $mic);
+ $this->getLogger()->debug("Server execute, calculated mic: ", ["mic"=> $mic]);
160
$message->setMic($mic);
161
$message->setSigned();
162
}
0 commit comments