Skip to content

Commit 542808c

Browse files
author
avansteenwijk
committed
- fixed debugging for mic
1 parent cfc39e5 commit 542808c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public function execute(ServerRequestInterface $request = null)
156156
// TODO: multiple attachments
157157
// Saving the message mic for sending it in the MDN
158158
$mic = CryptoHelper::calculateMIC($payload, $micalg);
159-
$this->getLogger()->debug("Server execute, calculated mic: ", $mic);
159+
$this->getLogger()->debug("Server execute, calculated mic: ", ["mic"=> $mic]);
160160
$message->setMic($mic);
161161
$message->setSigned();
162162
}

0 commit comments

Comments
 (0)