diff --git a/public/include/jsonRPCClient.php b/public/include/jsonRPCClient.php index 12b9a0c9..6383f6fa 100644 --- a/public/include/jsonRPCClient.php +++ b/public/include/jsonRPCClient.php @@ -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