aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-12-01 17:49:52 +0000
committerJustin Clarke Casey2008-12-01 17:49:52 +0000
commit5a0fa4f34c41034e67a4d047425b8565a7393636 (patch)
tree8afe1047bc852254710e7d47c8464ca11a3c899a /OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs
parentfix the "I get no textures if I teleport back to a region I've been in (diff)
downloadopensim-SC_OLD-5a0fa4f34c41034e67a4d047425b8565a7393636.zip
opensim-SC_OLD-5a0fa4f34c41034e67a4d047425b8565a7393636.tar.gz
opensim-SC_OLD-5a0fa4f34c41034e67a4d047425b8565a7393636.tar.bz2
opensim-SC_OLD-5a0fa4f34c41034e67a4d047425b8565a7393636.tar.xz
* minor: fix log message printed when unrecognized elements are found in inventory rest input xml
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs
index 35c6de9..ba9e5b1 100644
--- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs
+++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs
@@ -247,10 +247,8 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
247 /// The only parameter we recognize is a UUID. The enclosed asset data (base-64 encoded) 247 /// The only parameter we recognize is a UUID. The enclosed asset data (base-64 encoded)
248 /// is decoded and stored in the database, identified by the supplied UUID. 248 /// is decoded and stored in the database, identified by the supplied UUID.
249 /// </summary> 249 /// </summary>
250
251 private void DoPut(AssetRequestData rdata) 250 private void DoPut(AssetRequestData rdata)
252 { 251 {
253
254 bool modified = false; 252 bool modified = false;
255 bool created = false; 253 bool created = false;
256 254