diff options
author | Justin Clark-Casey (justincc) | 2012-10-16 00:40:28 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-10-16 00:40:28 +0100 |
commit | 8c2564c05cbf277bef85bba62313f5d5493a4a81 (patch) | |
tree | 8bcfb214f0aee0455cc1e24eb4d852944dc2ef9d /OpenSim | |
parent | minor: Fix and elaborate on log information printed when an unrecognized esta... (diff) | |
download | opensim-SC_OLD-8c2564c05cbf277bef85bba62313f5d5493a4a81.zip opensim-SC_OLD-8c2564c05cbf277bef85bba62313f5d5493a4a81.tar.gz opensim-SC_OLD-8c2564c05cbf277bef85bba62313f5d5493a4a81.tar.bz2 opensim-SC_OLD-8c2564c05cbf277bef85bba62313f5d5493a4a81.tar.xz |
minor: Comment out the region console caps message for now.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/RegionConsoleModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/RegionConsoleModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/RegionConsoleModule.cs index 36af55f..17c7270 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/RegionConsoleModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/RegionConsoleModule.cs | |||
@@ -107,7 +107,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
107 | 107 | ||
108 | UUID capID = UUID.Random(); | 108 | UUID capID = UUID.Random(); |
109 | 109 | ||
110 | m_log.DebugFormat("[REGION CONSOLE]: /CAPS/{0} in region {1}", capID, m_scene.RegionInfo.RegionName); | 110 | // m_log.DebugFormat("[REGION CONSOLE]: /CAPS/{0} in region {1}", capID, m_scene.RegionInfo.RegionName); |
111 | caps.RegisterHandler( | 111 | caps.RegisterHandler( |
112 | "SimConsoleAsync", | 112 | "SimConsoleAsync", |
113 | new ConsoleHandler("/CAPS/" + capID + "/", "SimConsoleAsync", agentID, this, m_scene)); | 113 | new ConsoleHandler("/CAPS/" + capID + "/", "SimConsoleAsync", agentID, this, m_scene)); |