Removed some extra debug chatter
parent
d114713694
commit
8383bde768
|
@ -389,7 +389,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Transfer
|
||||||
{
|
{
|
||||||
// Check if this is ours to handle
|
// Check if this is ours to handle
|
||||||
//
|
//
|
||||||
m_log.Info("OnFridInstantMessage");
|
//m_log.Info("OnFridInstantMessage");
|
||||||
if (msg.dialog != (byte) InstantMessageDialog.InventoryOffered)
|
if (msg.dialog != (byte) InstantMessageDialog.InventoryOffered)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
|
@ -713,7 +713,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
|
|
||||||
if (fileData.Length > 2)
|
if (fileData.Length > 2)
|
||||||
{
|
{
|
||||||
m_log.Debug("Sending task inventory list of " + count.ToString() + " items to client " + client.AgentId.ToString());
|
|
||||||
xferManager.AddNewFile(m_inventoryFileName, fileData);
|
xferManager.AddNewFile(m_inventoryFileName, fileData);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue