Comment spammy XMLRPC router message - we don't need to know every time a
script does something that wil fail anyway.avinationmerge
parent
752901c5f4
commit
4b066d373b
|
@ -179,7 +179,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.XmlRpcGridRouterModule
|
||||||
{
|
{
|
||||||
if(!m_Channels.ContainsKey(itemID))
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue