minor: change log message from info to debug

prebuild-update
Justin Clark-Casey (justincc) 2010-08-26 20:42:56 +01:00
parent fe660cd2cc
commit 8571a55d29
1 changed files with 1 additions and 1 deletions

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);