aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMelanie Thielker2015-03-25 19:14:30 +0100
committerMelanie Thielker2015-03-25 19:14:30 +0100
commit4b066d373bebcaf89292e7aed0f6fbcff8325421 (patch)
treeb76910228b7c36a2002c5233c1ff77e9782311ac /OpenSim
parentMake attachment rezzing async again for NPC. Doing that sync causes a deadlock (diff)
downloadopensim-SC_OLD-4b066d373bebcaf89292e7aed0f6fbcff8325421.zip
opensim-SC_OLD-4b066d373bebcaf89292e7aed0f6fbcff8325421.tar.gz
opensim-SC_OLD-4b066d373bebcaf89292e7aed0f6fbcff8325421.tar.bz2
opensim-SC_OLD-4b066d373bebcaf89292e7aed0f6fbcff8325421.tar.xz
Comment spammy XMLRPC router message - we don't need to know every time a
script does something that wil fail anyway.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/OptionalModules/Scripting/XmlRpcRouterModule/XmlRpcGridRouterModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/XmlRpcRouterModule/XmlRpcGridRouterModule.cs b/OpenSim/Region/OptionalModules/Scripting/XmlRpcRouterModule/XmlRpcGridRouterModule.cs
index 709d389..97133c0 100644
--- a/OpenSim/Region/OptionalModules/Scripting/XmlRpcRouterModule/XmlRpcGridRouterModule.cs
+++ b/OpenSim/Region/OptionalModules/Scripting/XmlRpcRouterModule/XmlRpcGridRouterModule.cs
@@ -179,7 +179,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.XmlRpcGridRouterModule
179 { 179 {
180 if(!m_Channels.ContainsKey(itemID)) 180 if(!m_Channels.ContainsKey(itemID))
181 { 181 {
182 m_log.InfoFormat("[XMLRPC GRID ROUTER]: Attempted to unregister non-existing Item: {0}", itemID.ToString()); 182 //m_log.InfoFormat("[XMLRPC GRID ROUTER]: Attempted to unregister non-existing Item: {0}", itemID.ToString());
183 return false; 183 return false;
184 } 184 }
185 185