minor: change log message from info to debug

This commit is contained in:
Justin Clark-Casey (justincc)
2010-08-26 20:42:56 +01:00
parent fe660cd2cc
commit 8571a55d29

View File

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