Skip to content

Commit

Permalink
Do not record encrypted XML-RPC responses in error_log
Browse files Browse the repository at this point in the history
Such an information is not readable anyway and it make debugging
actually harder. If somebody needs it, they can uncomment the line.
  • Loading branch information
mudrd8mz committed Nov 26, 2010
1 parent 42ae4ff commit 82c3f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mnet/xmlrpc/serverlib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 82c3f5d

Please sign in to comment.