diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs index 241e100..fa9653f 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | |||
@@ -106,7 +106,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
106 | else | 106 | else |
107 | { | 107 | { |
108 | m_log.WarnFormat( | 108 | m_log.WarnFormat( |
109 | "[AGENT INVENTORY]: Agent {1} could not add item {2} {3}", | 109 | "[AGENT INVENTORY]: Agent {0} could not add item {1} {2}", |
110 | AgentID, item.Name, item.ID); | 110 | AgentID, item.Name, item.ID); |
111 | 111 | ||
112 | return; | 112 | return; |