diff options
author | Melanie Thielker | 2017-01-07 00:43:42 +0000 |
---|---|---|
committer | Melanie Thielker | 2017-01-07 00:43:42 +0000 |
commit | 6a066480ccd724d627209d270d4d8a57dfaa74db (patch) | |
tree | 8c8a7f987df4bc97b31f225b0244ef236d3ba79a | |
parent | During login cancel, don't error out here on a null client. (diff) | |
download | opensim-SC_OLD-6a066480ccd724d627209d270d4d8a57dfaa74db.zip opensim-SC_OLD-6a066480ccd724d627209d270d4d8a57dfaa74db.tar.gz opensim-SC_OLD-6a066480ccd724d627209d270d4d8a57dfaa74db.tar.bz2 opensim-SC_OLD-6a066480ccd724d627209d270d4d8a57dfaa74db.tar.xz |
Squelch noisy debug message that happens on every single rez
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs b/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs index f89e446..95e7456 100644 --- a/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs +++ b/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs | |||
@@ -322,7 +322,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess | |||
322 | UUID RayTargetID, byte BypassRayCast, bool RayEndIsIntersection, | 322 | UUID RayTargetID, byte BypassRayCast, bool RayEndIsIntersection, |
323 | bool RezSelected, bool RemoveItem, UUID fromTaskID, bool attachment) | 323 | bool RezSelected, bool RemoveItem, UUID fromTaskID, bool attachment) |
324 | { | 324 | { |
325 | m_log.DebugFormat("[HGScene]: RezObject itemID={0} fromTaskID={1}", itemID, fromTaskID); | 325 | //m_log.DebugFormat("[HGScene]: RezObject itemID={0} fromTaskID={1}", itemID, fromTaskID); |
326 | 326 | ||
327 | //if (fromTaskID.Equals(UUID.Zero)) | 327 | //if (fromTaskID.Equals(UUID.Zero)) |
328 | //{ | 328 | //{ |