diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs index afaf5c1..2c49ba8 100644 --- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | |||
@@ -552,7 +552,10 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments | |||
552 | { | 552 | { |
553 | if (!grp.HasGroupChanged) | 553 | if (!grp.HasGroupChanged) |
554 | { | 554 | { |
555 | m_log.WarnFormat("[ATTACHMENTS MODULE]: Save request for {0} which is unchanged", grp.UUID); | 555 | m_log.DebugFormat( |
556 | "[ATTACHMENTS MODULE]: Don't need to update asset for unchanged attachment {0}, attachpoint {1}", | ||
557 | grp.UUID, grp.GetAttachmentPoint()); | ||
558 | |||
556 | return; | 559 | return; |
557 | } | 560 | } |
558 | 561 | ||