diff options
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs index 72ba3cf..ad17aa9 100644 --- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | |||
@@ -547,8 +547,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments | |||
547 | } | 547 | } |
548 | 548 | ||
549 | // m_log.DebugFormat( | 549 | // m_log.DebugFormat( |
550 | // "[ATTACHMENTS MODULE]: Detaching object {0} {1} for {2} in {3}", | 550 | // "[ATTACHMENTS MODULE]: Detaching object {0} {1} (FromItemID {2}) for {3} in {4}", |
551 | // so.Name, so.LocalId, sp.Name, m_scene.Name); | 551 | // so.Name, so.LocalId, so.FromItemID, sp.Name, m_scene.Name); |
552 | 552 | ||
553 | // Scripts MUST be snapshotted before the object is | 553 | // Scripts MUST be snapshotted before the object is |
554 | // removed from the scene because doing otherwise will | 554 | // removed from the scene because doing otherwise will |