aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorMW2007-11-04 10:40:28 +0000
committerMW2007-11-04 10:40:28 +0000
commit19fe9a02081f3c43ff17b39e5843b13055a7c4c6 (patch)
treef310be20fc7d260c0195d7b81a306830684d5866 /OpenSim/Framework
parentremoved our own inplementation of UUID's, it wasn't used anywhere. (diff)
downloadopensim-SC_OLD-19fe9a02081f3c43ff17b39e5843b13055a7c4c6.zip
opensim-SC_OLD-19fe9a02081f3c43ff17b39e5843b13055a7c4c6.tar.gz
opensim-SC_OLD-19fe9a02081f3c43ff17b39e5843b13055a7c4c6.tar.bz2
opensim-SC_OLD-19fe9a02081f3c43ff17b39e5843b13055a7c4c6.tar.xz
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.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/Communications/Cache/GridAssetClient.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/GridAssetClient.cs b/OpenSim/Framework/Communications/Cache/GridAssetClient.cs
index 632f96c..580e528 100644
--- a/OpenSim/Framework/Communications/Cache/GridAssetClient.cs
+++ b/OpenSim/Framework/Communications/Cache/GridAssetClient.cs
@@ -114,7 +114,8 @@ namespace OpenSim.Framework.Communications.Cache
114 // rc.RequestMethod = "POST"; 114 // rc.RequestMethod = "POST";
115 // rc.Request(s); 115 // rc.Request(s);
116 //MainLog.Instance.Verbose("ASSET", "Stored {0}", rc); 116 //MainLog.Instance.Verbose("ASSET", "Stored {0}", rc);
117 RestObjectPoster.BeginPostObject<AssetBase>(_assetRequests + "/assets/", asset); 117 MainLog.Instance.Verbose("ASSET", "Sending to " + _assetServerUrl + "/assets/");
118 RestObjectPoster.BeginPostObject<AssetBase>(_assetServerUrl + "/assets/", asset);
118 } 119 }
119 catch (Exception e) 120 catch (Exception e)
120 { 121 {