diff options
author | Jeff Ames | 2008-02-13 03:38:18 +0000 |
---|---|---|
committer | Jeff Ames | 2008-02-13 03:38:18 +0000 |
commit | 001ce95e4c4bf4f0929c2ced4ab22e3bc40fd1d6 (patch) | |
tree | 35f528caf55171c0c53cd81501ebaa22f31e0d2a /OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |
parent | * Clean up LIBRARY INVENTORY messages (diff) | |
download | opensim-SC-001ce95e4c4bf4f0929c2ced4ab22e3bc40fd1d6.zip opensim-SC-001ce95e4c4bf4f0929c2ced4ab22e3bc40fd1d6.tar.gz opensim-SC-001ce95e4c4bf4f0929c2ced4ab22e3bc40fd1d6.tar.bz2 opensim-SC-001ce95e4c4bf4f0929c2ced4ab22e3bc40fd1d6.tar.xz |
Clean up more unnecessary String.Format calls
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index 6800d5f..952b039 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -600,10 +600,9 @@ namespace OpenSim.Region.Environment.Scenes | |||
600 | group.StartScript(localID, copyID); | 600 | group.StartScript(localID, copyID); |
601 | group.GetProperties(remoteClient); | 601 | group.GetProperties(remoteClient); |
602 | 602 | ||
603 | // m_log.Info( | 603 | // m_log.InfoFormat("[PRIMINVENTORY]: " + |
604 | // String.Format("[PRIMINVENTORY]: " + | 604 | // "Rezzed script {0} into prim local ID {1} for user {2}", |
605 | // "Rezzed script {0} into prim local ID {1} for user {2}", | 605 | // item.inventoryName, localID, remoteClient.Name); |
606 | // item.inventoryName, localID, remoteClient.Name)); | ||
607 | } | 606 | } |
608 | else | 607 | else |
609 | { | 608 | { |