diff options
author | Robert Adams | 2013-08-08 09:41:11 -0700 |
---|---|---|
committer | Robert Adams | 2013-08-08 09:45:30 -0700 |
commit | d9bd6e6b5be3100141a3b1202f859c65a302d4ee (patch) | |
tree | f44a5a4cb944270ce90c0e61da473171609c7792 /OpenSim/Region | |
parent | Better error reporting when registering LSL function extensions (comms module). (diff) | |
download | opensim-SC_OLD-d9bd6e6b5be3100141a3b1202f859c65a302d4ee.zip opensim-SC_OLD-d9bd6e6b5be3100141a3b1202f859c65a302d4ee.tar.gz opensim-SC_OLD-d9bd6e6b5be3100141a3b1202f859c65a302d4ee.tar.bz2 opensim-SC_OLD-d9bd6e6b5be3100141a3b1202f859c65a302d4ee.tar.xz |
Add parameter and explanation of ManagedStats return to OpenSimDefaults.ini.
Add 'callback' query parameter to managed stats return to return function
form of JSON data.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 13fdb3b..1cdd868 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -175,8 +175,8 @@ namespace OpenSim | |||
175 | if (managedStatsURI != String.Empty) | 175 | if (managedStatsURI != String.Empty) |
176 | { | 176 | { |
177 | string urlBase = String.Format("/{0}/", managedStatsURI); | 177 | string urlBase = String.Format("/{0}/", managedStatsURI); |
178 | MainServer.Instance.AddHTTPHandler(urlBase, StatsManager.HandleStatsRequest); | 178 | MainServer.Instance.AddHTTPHandler(urlBase, StatsManager.HandleStatsRequest); |
179 | m_log.WarnFormat("[OPENSIM] Enabling remote managed stats fetch. URL = {0}", urlBase); | 179 | m_log.InfoFormat("[OPENSIM] Enabling remote managed stats fetch. URL = {0}", urlBase); |
180 | } | 180 | } |
181 | 181 | ||
182 | if (m_console is RemoteConsole) | 182 | if (m_console is RemoteConsole) |