aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/WebUtil.cs
diff options
context:
space:
mode:
authorJohn Hurliman2010-06-24 13:43:38 -0700
committerJohn Hurliman2010-06-24 13:44:34 -0700
commit31b72790953a7323f2e4ad30a281c47b2253b6e0 (patch)
tree6a11fb5108153cf9fb192b0cfbb032a34e3752d5 /OpenSim/Framework/WebUtil.cs
parent* Fixed SimianGrid map tile uploads not having any objects in the images (diff)
downloadopensim-SC_OLD-31b72790953a7323f2e4ad30a281c47b2253b6e0.zip
opensim-SC_OLD-31b72790953a7323f2e4ad30a281c47b2253b6e0.tar.gz
opensim-SC_OLD-31b72790953a7323f2e4ad30a281c47b2253b6e0.tar.bz2
opensim-SC_OLD-31b72790953a7323f2e4ad30a281c47b2253b6e0.tar.xz
* SimianAssetServiceConnector Delete() was expecting the wrong type of response, reporting false errors
* Fixed a typo in a WebUtil error message
Diffstat (limited to 'OpenSim/Framework/WebUtil.cs')
-rw-r--r--OpenSim/Framework/WebUtil.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/WebUtil.cs b/OpenSim/Framework/WebUtil.cs
index 94862a6..e20866e 100644
--- a/OpenSim/Framework/WebUtil.cs
+++ b/OpenSim/Framework/WebUtil.cs
@@ -114,7 +114,7 @@ namespace OpenSim.Framework
114 } 114 }
115 catch (Exception ex) 115 catch (Exception ex)
116 { 116 {
117 m_log.Warn("GET from URL " + url + " failed: " + ex.Message); 117 m_log.Warn(httpVerb + " on URL " + url + " failed: " + ex.Message);
118 errorMessage = ex.Message; 118 errorMessage = ex.Message;
119 } 119 }
120 120