Comment spammy XMLRPC router message - we don't need to know every time a

script does something that wil fail anyway.
This commit is contained in:
Melanie Thielker
2015-03-25 19:14:30 +01:00
parent 752901c5f4
commit 4b066d373b

View File

@@ -179,7 +179,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.XmlRpcGridRouterModule
{
if(!m_Channels.ContainsKey(itemID))
{
m_log.InfoFormat("[XMLRPC GRID ROUTER]: Attempted to unregister non-existing Item: {0}", itemID.ToString());
//m_log.InfoFormat("[XMLRPC GRID ROUTER]: Attempted to unregister non-existing Item: {0}", itemID.ToString());
return false;
}