diff options
author | UbitUmarov | 2015-09-04 19:41:27 +0100 |
---|---|---|
committer | UbitUmarov | 2015-09-04 19:41:27 +0100 |
commit | 1c93be198b4cec6163b108eacfc0c50dd0effbb8 (patch) | |
tree | d2b1dce97b724c97afb97fea9fdd86b144fbee6b /OpenSim/Capabilities/Handlers | |
parent | actually reduce max number of ode spaces (diff) | |
download | opensim-SC_OLD-1c93be198b4cec6163b108eacfc0c50dd0effbb8.zip opensim-SC_OLD-1c93be198b4cec6163b108eacfc0c50dd0effbb8.tar.gz opensim-SC_OLD-1c93be198b4cec6163b108eacfc0c50dd0effbb8.tar.bz2 opensim-SC_OLD-1c93be198b4cec6163b108eacfc0c50dd0effbb8.tar.xz |
comment a large debug message
Diffstat (limited to 'OpenSim/Capabilities/Handlers')
-rw-r--r-- | OpenSim/Capabilities/Handlers/GetDisplayNames/GetDisplayNamesHandler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Capabilities/Handlers/GetDisplayNames/GetDisplayNamesHandler.cs b/OpenSim/Capabilities/Handlers/GetDisplayNames/GetDisplayNamesHandler.cs index 589602d..9031a47 100644 --- a/OpenSim/Capabilities/Handlers/GetDisplayNames/GetDisplayNamesHandler.cs +++ b/OpenSim/Capabilities/Handlers/GetDisplayNames/GetDisplayNamesHandler.cs | |||
@@ -65,7 +65,7 @@ namespace OpenSim.Capabilities.Handlers | |||
65 | 65 | ||
66 | protected override byte[] ProcessRequest(string path, Stream request, IOSHttpRequest httpRequest, IOSHttpResponse httpResponse) | 66 | protected override byte[] ProcessRequest(string path, Stream request, IOSHttpRequest httpRequest, IOSHttpResponse httpResponse) |
67 | { | 67 | { |
68 | m_log.DebugFormat("[GET_DISPLAY_NAMES]: called {0}", httpRequest.Url.Query); | 68 | // m_log.DebugFormat("[GET_DISPLAY_NAMES]: called {0}", httpRequest.Url.Query); |
69 | 69 | ||
70 | NameValueCollection query = HttpUtility.ParseQueryString(httpRequest.Url.Query); | 70 | NameValueCollection query = HttpUtility.ParseQueryString(httpRequest.Url.Query); |
71 | string[] ids = query.GetValues("ids"); | 71 | string[] ids = query.GetValues("ids"); |