mirror of
https://github.com/friendica/friendica
synced 2025-05-05 10:24:09 +02:00
"print_r" in logging replaced / obsolete stuff removed
This commit is contained in:
parent
9a47e51115
commit
c947b7f211
19 changed files with 43 additions and 81 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue