diff options
author | David Walter Seikel | 2016-11-22 16:59:06 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-11-22 16:59:06 +1000 |
commit | 641752fef71c0f8f895b54c1e97497bcd28cf74f (patch) | |
tree | dd2fc5ed75dca935be92ad867749d43cdf9fd3d6 /OpenSim/Region/Framework | |
parent | Remove zero length XML blob spam. (diff) | |
download | opensim-SC_OLD-641752fef71c0f8f895b54c1e97497bcd28cf74f.zip opensim-SC_OLD-641752fef71c0f8f895b54c1e97497bcd28cf74f.tar.gz opensim-SC_OLD-641752fef71c0f8f895b54c1e97497bcd28cf74f.tar.bz2 opensim-SC_OLD-641752fef71c0f8f895b54c1e97497bcd28cf74f.tar.xz |
Reduce various console spam.
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs index b838177..e384632 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | |||
@@ -1660,9 +1660,9 @@ namespace OpenSim.Region.Framework.Scenes | |||
1660 | if (item != null) | 1660 | if (item != null) |
1661 | { | 1661 | { |
1662 | part.ParentGroup.AddInventoryItem(remoteClient.AgentId, primLocalID, item, copyID); | 1662 | part.ParentGroup.AddInventoryItem(remoteClient.AgentId, primLocalID, item, copyID); |
1663 | m_log.InfoFormat( | 1663 | //// m_log.InfoFormat( |
1664 | "[PRIM INVENTORY]: Update with item {0} requested of prim {1} for {2}", | 1664 | //// "[PRIM INVENTORY]: Update with item {0} requested of prim {1} for {2}", |
1665 | item.Name, primLocalID, remoteClient.Name); | 1665 | //// item.Name, primLocalID, remoteClient.Name); |
1666 | part.SendPropertiesToClient(remoteClient); | 1666 | part.SendPropertiesToClient(remoteClient); |
1667 | if (!Permissions.BypassPermissions()) | 1667 | if (!Permissions.BypassPermissions()) |
1668 | { | 1668 | { |