diff options
Diffstat (limited to 'OpenSim/Grid/AssetServer/RestService.cs')
-rw-r--r-- | OpenSim/Grid/AssetServer/RestService.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Grid/AssetServer/RestService.cs b/OpenSim/Grid/AssetServer/RestService.cs index e81cb3f..3613cd8 100644 --- a/OpenSim/Grid/AssetServer/RestService.cs +++ b/OpenSim/Grid/AssetServer/RestService.cs | |||
@@ -37,6 +37,7 @@ using log4net; | |||
37 | using OpenSim.Framework; | 37 | using OpenSim.Framework; |
38 | using OpenSim.Framework.Servers; | 38 | using OpenSim.Framework.Servers; |
39 | using OpenSim.Framework.Statistics; | 39 | using OpenSim.Framework.Statistics; |
40 | using OpenSim.Data; | ||
40 | 41 | ||
41 | namespace OpenSim.Grid.AssetServer | 42 | namespace OpenSim.Grid.AssetServer |
42 | { | 43 | { |
@@ -98,7 +99,7 @@ namespace OpenSim.Grid.AssetServer | |||
98 | result = ms.GetBuffer(); | 99 | result = ms.GetBuffer(); |
99 | 100 | ||
100 | //Ckrinke 1/11/09 Commenting out the succesful REST message as under heavy use there | 101 | //Ckrinke 1/11/09 Commenting out the succesful REST message as under heavy use there |
101 | //are multiple messages in a second and that is usually (in my experience) meaning | 102 | //are multiple messages in a second and that is usually (in my experience) meaning |
102 | //the logging itself is slowing down the program. Leaving the unsuccesful message | 103 | //the logging itself is slowing down the program. Leaving the unsuccesful message |
103 | //as we need to know about that path. | 104 | //as we need to know about that path. |
104 | // m_log.InfoFormat( | 105 | // m_log.InfoFormat( |