diff options
Diffstat (limited to 'OpenSim/Region/Application')
-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) |