Do I really have to write a log entry, can't I just hide this commit somewhere so its added but doesn't show up anywhere. As I can't believe I would make such a stupid mistake and not notice.

afrisby
MW 2007-11-04 10:40:28 +00:00
parent dfc6108f1b
commit 19fe9a0208
1 changed files with 2 additions and 1 deletions

View File

@ -114,7 +114,8 @@ namespace OpenSim.Framework.Communications.Cache
// rc.RequestMethod = "POST";
// rc.Request(s);
//MainLog.Instance.Verbose("ASSET", "Stored {0}", rc);
RestObjectPoster.BeginPostObject<AssetBase>(_assetRequests + "/assets/", asset);
MainLog.Instance.Verbose("ASSET", "Sending to " + _assetServerUrl + "/assets/");
RestObjectPoster.BeginPostObject<AssetBase>(_assetServerUrl + "/assets/", asset);
}
catch (Exception e)
{