minor: Recomment out log message uncommented in previous cbdfe969

varregion
Justin Clark-Casey (justincc) 2013-09-21 00:40:23 +01:00
parent cbdfe96905
commit a37c59b43e
1 changed files with 4 additions and 4 deletions

View File

@ -148,10 +148,10 @@ 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 client {1}. From={2} ({3}), To={4}", // "[INVENTORY TRANSFER]: {0} IM type received from client {1}. From={2} ({3}), To={4}",
(InstantMessageDialog)im.dialog, client.Name, // (InstantMessageDialog)im.dialog, client.Name,
im.fromAgentID, im.fromAgentName, im.toAgentID); // im.fromAgentID, im.fromAgentName, im.toAgentID);
Scene scene = FindClientScene(client.AgentId); Scene scene = FindClientScene(client.AgentId);