diff options
Diffstat (limited to 'includes/xmlrpc.inc')
-rw-r--r-- | includes/xmlrpc.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/includes/xmlrpc.inc b/includes/xmlrpc.inc index 77b1f7129..d8e863248 100644 --- a/includes/xmlrpc.inc +++ b/includes/xmlrpc.inc @@ -644,8 +644,9 @@ class xmlrpcmsg { $xmlrpc_value=new xmlrpcval; if ($this->debug) - print "<pre>---GOT---\n" . htmlspecialchars($data) . - "\n---END---\n</pre>"; + ##print "<pre>---GOT---\n" . htmlspecialchars($data) . "\n---END---\n</pre>"; + ##print "<p>---GOT---\n" . nl2br(htmlspecialchars($data)) . "\n---END---\n</p>"; + print "<p>---GOT---\n" . nl2br($data) . "\n---END---\n</p>"; if ($data=="") { error_log("No response received from server."); $r=new xmlrpcresp(0, $xmlrpcerr["no_data"], |