diff options
author | Jeff Ames | 2008-11-01 07:21:40 +0000 |
---|---|---|
committer | Jeff Ames | 2008-11-01 07:21:40 +0000 |
commit | 337da2a7a3e330d465aef421e51729bb3df03244 (patch) | |
tree | 16826e3ab4fdf9c6ff449816fae0e23fb786615e /OpenSim/ApplicationPlugins | |
parent | * In the client stack, if the BeginReceive() throws an exception then do prin... (diff) | |
download | opensim-SC_OLD-337da2a7a3e330d465aef421e51729bb3df03244.zip opensim-SC_OLD-337da2a7a3e330d465aef421e51729bb3df03244.tar.gz opensim-SC_OLD-337da2a7a3e330d465aef421e51729bb3df03244.tar.bz2 opensim-SC_OLD-337da2a7a3e330d465aef421e51729bb3df03244.tar.xz |
Update svn properties, minor formatting cleanup.
Diffstat (limited to 'OpenSim/ApplicationPlugins')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs index bb76c1f..35c6de9 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs | |||
@@ -309,7 +309,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
309 | { | 309 | { |
310 | if (modified) | 310 | if (modified) |
311 | { | 311 | { |
312 | rdata.appendStatus(String.Format("<p> Modified asset {0}, UUID {1} <p>", asset.Name, asset.FullID)); | 312 | rdata.appendStatus(String.Format("<p> Modified asset {0}, UUID {1} <p>", asset.Name, asset.FullID)); |
313 | rdata.Complete(Rest.HttpStatusCodeOK); | 313 | rdata.Complete(Rest.HttpStatusCodeOK); |
314 | } | 314 | } |
315 | else | 315 | else |
@@ -376,7 +376,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
376 | { | 376 | { |
377 | if (modified) | 377 | if (modified) |
378 | { | 378 | { |
379 | rdata.appendStatus(String.Format("<p> Modified asset {0}, UUID {1} <p>", asset.Name, asset.FullID)); | 379 | rdata.appendStatus(String.Format("<p> Modified asset {0}, UUID {1} <p>", asset.Name, asset.FullID)); |
380 | rdata.Complete(Rest.HttpStatusCodeOK); | 380 | rdata.Complete(Rest.HttpStatusCodeOK); |
381 | } | 381 | } |
382 | else | 382 | else |