aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
authoronefang2019-05-19 22:25:06 +1000
committeronefang2019-05-19 22:25:06 +1000
commit66d7ba733f296f81398a040f05dd945c2facb2b4 (patch)
treed6935a793caa197684bea427bfa5dc45b8fa9173 /OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
parentUpdate version number stuff, and hack it into the money display. (diff)
downloadopensim-SC_OLD-66d7ba733f296f81398a040f05dd945c2facb2b4.zip
opensim-SC_OLD-66d7ba733f296f81398a040f05dd945c2facb2b4.tar.gz
opensim-SC_OLD-66d7ba733f296f81398a040f05dd945c2facb2b4.tar.bz2
opensim-SC_OLD-66d7ba733f296f81398a040f05dd945c2facb2b4.tar.xz
Various logging fix ups.
Mostly removing console spam. Default to INFO on the console and DEBUG in the log files. More time stamp resolution.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.Inventory.cs6
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 b3303a0..6e5ffde 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
@@ -1691,9 +1691,9 @@ namespace OpenSim.Region.Framework.Scenes
1691 UUID copyID = UUID.Random(); 1691 UUID copyID = UUID.Random();
1692 bool modrights = Permissions.CanEditObject(part.ParentGroup, remoteClient); 1692 bool modrights = Permissions.CanEditObject(part.ParentGroup, remoteClient);
1693 part.ParentGroup.AddInventoryItem(remoteClient.AgentId, primLocalID, item, copyID, modrights); 1693 part.ParentGroup.AddInventoryItem(remoteClient.AgentId, primLocalID, item, copyID, modrights);
1694 m_log.InfoFormat( 1694//// m_log.InfoFormat(
1695 "[PRIM INVENTORY]: Update with item {0} requested of prim {1} for {2}", 1695//// "[PRIM INVENTORY]: Update with item {0} requested of prim {1} for {2}",
1696 item.Name, primLocalID, remoteClient.Name); 1696//// item.Name, primLocalID, remoteClient.Name);
1697 part.SendPropertiesToClient(remoteClient); 1697 part.SendPropertiesToClient(remoteClient);
1698 if (!Permissions.BypassPermissions()) 1698 if (!Permissions.BypassPermissions())
1699 { 1699 {