diff options
author | UbitUmarov | 2019-09-04 13:58:38 +0100 |
---|---|---|
committer | UbitUmarov | 2019-09-04 13:58:38 +0100 |
commit | 7771cc00c41147593af8ce692f386889e4a813de (patch) | |
tree | 72fc9f08fda05193eea6a6f6127783bd87bd4508 /OpenSim/Region/CoreModules/Avatar/Attachments | |
parent | Cache assets even in cases where the upload fails. That helps in asset upload... (diff) | |
download | opensim-SC-7771cc00c41147593af8ce692f386889e4a813de.zip opensim-SC-7771cc00c41147593af8ce692f386889e4a813de.tar.gz opensim-SC-7771cc00c41147593af8ce692f386889e4a813de.tar.bz2 opensim-SC-7771cc00c41147593af8ce692f386889e4a813de.tar.xz |
don't wear vegetables
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; |