diff options
author | Justin Clark-Casey (justincc) | 2012-05-14 18:48:40 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-05-14 18:48:40 +0100 |
commit | deeac6931242f1bbb05f0ec36c31a147b32d4b26 (patch) | |
tree | 4b6db53f86cc8d76b2e8263fc2672dc3c6f59e4e | |
parent | Set the agent in transit teleport flag at the first available opportunity (i.... (diff) | |
download | opensim-SC_OLD-deeac6931242f1bbb05f0ec36c31a147b32d4b26.zip opensim-SC_OLD-deeac6931242f1bbb05f0ec36c31a147b32d4b26.tar.gz opensim-SC_OLD-deeac6931242f1bbb05f0ec36c31a147b32d4b26.tar.bz2 opensim-SC_OLD-deeac6931242f1bbb05f0ec36c31a147b32d4b26.tar.xz |
minor: comment out individual attachment transfer log messages for now
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 2a2830f..2bf3638 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -2576,10 +2576,10 @@ namespace OpenSim.Region.Framework.Scenes | |||
2576 | { | 2576 | { |
2577 | SceneObjectGroup grp = sceneObject; | 2577 | SceneObjectGroup grp = sceneObject; |
2578 | 2578 | ||
2579 | m_log.DebugFormat( | 2579 | // m_log.DebugFormat( |
2580 | "[ATTACHMENT]: Received attachment {0}, inworld asset id {1}", grp.FromItemID, grp.UUID); | 2580 | // "[ATTACHMENT]: Received attachment {0}, inworld asset id {1}", grp.FromItemID, grp.UUID); |
2581 | m_log.DebugFormat( | 2581 | // m_log.DebugFormat( |
2582 | "[ATTACHMENT]: Attach to avatar {0} at position {1}", sp.UUID, grp.AbsolutePosition); | 2582 | // "[ATTACHMENT]: Attach to avatar {0} at position {1}", sp.UUID, grp.AbsolutePosition); |
2583 | 2583 | ||
2584 | RootPrim.RemFlag(PrimFlags.TemporaryOnRez); | 2584 | RootPrim.RemFlag(PrimFlags.TemporaryOnRez); |
2585 | 2585 | ||