Stop the InventoryTransferModule logging every IM notification it receives, even if they are nothing to do with it.

viewer-2-initial-appearance
Justin Clark-Casey (justincc) 2010-10-19 02:20:47 +01:00
parent 5dd372edc4
commit 37a6be7ca9
1 changed files with 3 additions and 3 deletions

View File

@ -159,9 +159,9 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Transfer
private void OnInstantMessage(IClientAPI client, GridInstantMessage im)
{
m_log.DebugFormat(
"[INVENTORY TRANSFER]: {0} IM type received from {1}",
(InstantMessageDialog)im.dialog, client.Name);
// m_log.DebugFormat(
// "[INVENTORY TRANSFER]: {0} IM type received from {1}",
// (InstantMessageDialog)im.dialog, client.Name);
Scene scene = FindClientScene(client.AgentId);