From 7771cc00c41147593af8ce692f386889e4a813de Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 4 Sep 2019 13:58:38 +0100 Subject: don't wear vegetables --- OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/CoreModules/Avatar/Attachments') 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 if (objatt == null) { m_log.WarnFormat( - "[ATTACHMENTS MODULE]: Could not retrieve item {0} for attaching to avatar {1} at point {2}", + "[ATTACHMENTS MODULE]: did not attached item {0} to avatar {1} at point {2}", itemID, sp.Name, attachmentPt); return null; -- cgit v1.1