diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ScriptEngine/XMREngine/MMRWebRequest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/XMREngine/MMRWebRequest.cs b/OpenSim/Region/ScriptEngine/XMREngine/MMRWebRequest.cs index 3579332..4286586 100644 --- a/OpenSim/Region/ScriptEngine/XMREngine/MMRWebRequest.cs +++ b/OpenSim/Region/ScriptEngine/XMREngine/MMRWebRequest.cs | |||
@@ -54,7 +54,7 @@ namespace OpenSim.Region.ScriptEngine.XMREngine { | |||
54 | } | 54 | } |
55 | bool https = uri.Scheme == "https"; | 55 | bool https = uri.Scheme == "https"; |
56 | if (!https && (uri.Scheme != "http")) { | 56 | if (!https && (uri.Scheme != "http")) { |
57 | throw new WebException ("only support " + supported + ", not " + uri.Scheme); | 57 | throw new WebException ("only support " + supported + ", not " + uri.Scheme + " in " + requestUrl); |
58 | } | 58 | } |
59 | string host = uri.Host; | 59 | string host = uri.Host; |
60 | int port = uri.Port; | 60 | int port = uri.Port; |