Stop the InventoryTransferModule logging every IM notification it receives, even if they are nothing to do with it.
parent
5dd372edc4
commit
37a6be7ca9
|
@ -159,9 +159,9 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Transfer
|
||||||
|
|
||||||
private void OnInstantMessage(IClientAPI client, GridInstantMessage im)
|
private void OnInstantMessage(IClientAPI client, GridInstantMessage im)
|
||||||
{
|
{
|
||||||
m_log.DebugFormat(
|
// m_log.DebugFormat(
|
||||||
"[INVENTORY TRANSFER]: {0} IM type received from {1}",
|
// "[INVENTORY TRANSFER]: {0} IM type received from {1}",
|
||||||
(InstantMessageDialog)im.dialog, client.Name);
|
// (InstantMessageDialog)im.dialog, client.Name);
|
||||||
|
|
||||||
Scene scene = FindClientScene(client.AgentId);
|
Scene scene = FindClientScene(client.AgentId);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue