summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2015-02-24 16:19:14 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2015-02-24 16:19:14 -0500
commit58ab202aa2615df8038ac8c47e2f170c06a990a6 (patch)
tree355dda91ef69de475b1796d690d6a43469c4a162 /indra/newview/llinventorybridge.cpp
parent7b99314d846483167c665fabf8092e604554321c (diff)
MAINT-4917 WIP - batch COF link request before batch attachment request. Should only generate one bake request.
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rwxr-xr-xindra/newview/llinventorybridge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp
index 0af60c0953..32d1da434e 100755
--- a/indra/newview/llinventorybridge.cpp
+++ b/indra/newview/llinventorybridge.cpp
@@ -5371,7 +5371,7 @@ void rez_attachment(LLViewerInventoryItem* item, LLViewerJointAttachment* attach
(gAgentAvatarp->attachmentWasRequested(item_id) ||
gAgentAvatarp->isWearingAttachment(item_id)))
{
- LL_WARNS() << "duplicate attachment request, ignoring" << LL_ENDL;
+ LL_WARNS() << "ATT duplicate attachment request, ignoring" << LL_ENDL;
return;
}