mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
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.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user