[FIX] Surpress any URL info

This commit is contained in:
Sebastian Grewe 2014-01-10 17:00:58 +01:00
parent 7816078759
commit 43bd1beeb8

View File

@ -137,7 +137,7 @@ class jsonRPCClient {
$this->debug && $this->debug.='***** Server response *****'."\n".$response.'***** End of server response *****'."\n";
$response = json_decode($response,true);
} else {
throw new Exception('Unable to connect to '.$this->url);
throw new Exception('Unable to connect');
}
// debug output