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.
parent
dfc6108f1b
commit
19fe9a0208
|
@ -114,7 +114,8 @@ namespace OpenSim.Framework.Communications.Cache
|
||||||
// rc.RequestMethod = "POST";
|
// rc.RequestMethod = "POST";
|
||||||
// rc.Request(s);
|
// rc.Request(s);
|
||||||
//MainLog.Instance.Verbose("ASSET", "Stored {0}", rc);
|
//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)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue