]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Crypto.php
Merge pull request #8819 from tobiasd/2020.06-CHANGELOG
[friendica.git] / src / Util / Crypto.php
index 1b84a92f64a3f9e6ae7bcaa0815fc7a271b77432..d44800e94282514b88c8b0383f96dd37f3823d88 100644 (file)
@@ -393,7 +393,7 @@ class Crypto
                        // log the offending call so we can track it down
                        if (!openssl_public_encrypt($key, $k, $pubkey)) {
                                $x = debug_backtrace();
-                               Logger::log('RSA failed. ' . print_r($x[0], true));
+                               Logger::notice('RSA failed', ['trace' => $x[0]]);
                        }
 
                        $result['alg'] = $alg;