X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FLDSignature.php;h=f51756633c16c63831ee05f6cfc892c862b5d0e3;hb=7fb9e1c7c8f5f4887e44aadf6115b68c6cc66d03;hp=dcbb9ccae36dcf2ae01397967db9f4af002b6984;hpb=53e38b03130ea798bba44db44ccb7f331dc4b91d;p=friendica.git diff --git a/src/Util/LDSignature.php b/src/Util/LDSignature.php index dcbb9ccae3..f51756633c 100644 --- a/src/Util/LDSignature.php +++ b/src/Util/LDSignature.php @@ -57,7 +57,7 @@ class LDSignature $dhash = self::hash(self::signableData($data)); $x = Crypto::rsaVerify($ohash . $dhash, base64_decode($data['signature']['signatureValue']), $pubkey); - Logger::log('LD-verify: ' . intval($x)); + Logger::notice('LD-verify', ['verified' => (int)$x, 'actor' => $profile['url']]); if (empty($x)) { return false;