diff options
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Attachments')
-rwxr-xr-x | OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs index 864fc79..a43db33 100755 --- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | |||
@@ -1235,7 +1235,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments | |||
1235 | if (objatt == null) | 1235 | if (objatt == null) |
1236 | { | 1236 | { |
1237 | m_log.WarnFormat( | 1237 | m_log.WarnFormat( |
1238 | "[ATTACHMENTS MODULE]: Could not retrieve item {0} for attaching to avatar {1} at point {2}", | 1238 | "[ATTACHMENTS MODULE]: did not attached item {0} to avatar {1} at point {2}", |
1239 | itemID, sp.Name, attachmentPt); | 1239 | itemID, sp.Name, attachmentPt); |
1240 | 1240 | ||
1241 | return null; | 1241 | return null; |