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:
David Mudrak 2010-11-26 09:20:28 +00:00
parent 42ae4ff290
commit 82c3f5d848

View File

@ -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;