mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
Do not record encrypted XML-RPC responses in error_log
Such an information is not readable anyway and it make debugging actually harder. If somebody needs it, they can uncomment the line.
This commit is contained in:
parent
42ae4ff290
commit
82c3f5d848
@ -205,7 +205,7 @@ function mnet_server_fault_xml($code, $text, $privatekey = null) {
|
||||
|
||||
if ($code != 7025) { // new key responses
|
||||
mnet_debug("XMLRPC Error Response $code: $text");
|
||||
mnet_debug($return);
|
||||
//mnet_debug($return);
|
||||
}
|
||||
|
||||
return $return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user