From 43bd1beeb8b676b5cd18a1a10a8e12e46e9fb137 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Fri, 10 Jan 2014 17:00:58 +0100 Subject: [PATCH] [FIX] Surpress any URL info --- public/include/jsonRPCClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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