* SimianAssetServiceConnector Delete() was expecting the wrong type of response, reporting false errors

* Fixed a typo in a WebUtil error message
This commit is contained in:
John Hurliman
2010-06-24 13:43:38 -07:00
parent 5a071dc798
commit 6848465ae2
2 changed files with 23 additions and 8 deletions

View File

@@ -114,7 +114,7 @@ namespace OpenSim.Framework
}
catch (Exception ex)
{
m_log.Warn("GET from URL " + url + " failed: " + ex.Message);
m_log.Warn(httpVerb + " on URL " + url + " failed: " + ex.Message);
errorMessage = ex.Message;
}