summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-02-22 10:24:23 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-02-22 10:24:23 -0500
commit2ac6aaf760569c66fee150aa25c14eb8b0114d3d (patch)
tree99524a0f615ef8e332498eb12aef81204b9a7d65 /indra
parent04caf8c8764c0a433121acef6c7b7396c43550b2 (diff)
merge
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llappearancemgr.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp
index e37a577460..83eed6c0c9 100755
--- a/indra/newview/llappearancemgr.cpp
+++ b/indra/newview/llappearancemgr.cpp
@@ -395,6 +395,7 @@ void LLWearableHoldingPattern::checkMissingWearables()
{
if (!isMostRecent())
{
+ // runway why don't we actually skip here?
llwarns << self_av_string() << "skipping because LLWearableHolding pattern is invalid (superceded by later outfit request)" << llendl;
}
@@ -450,6 +451,7 @@ void LLWearableHoldingPattern::onAllComplete()
if (!isMostRecent())
{
+ // runway need to skip here?
llwarns << self_av_string() << "skipping because LLWearableHolding pattern is invalid (superceded by later outfit request)" << llendl;
}
@@ -499,6 +501,7 @@ void LLWearableHoldingPattern::onFetchCompletion()
{
if (!isMostRecent())
{
+ // runway skip here?
llwarns << self_av_string() << "skipping because LLWearableHolding pattern is invalid (superceded by later outfit request)" << llendl;
}
@@ -510,6 +513,7 @@ bool LLWearableHoldingPattern::pollFetchCompletion()
{
if (!isMostRecent())
{
+ // runway skip here?
llwarns << self_av_string() << "skipping because LLWearableHolding pattern is invalid (superceded by later outfit request)" << llendl;
}
@@ -548,6 +552,7 @@ public:
if (!mHolder->isMostRecent())
{
llwarns << "skipping because LLWearableHolding pattern is invalid (superceded by later outfit request)" << llendl;
+ // runway skip here?
}
llinfos << "Recovered item link for type " << mType << llendl;
@@ -601,6 +606,7 @@ public:
{
if (!mHolder->isMostRecent())
{
+ // runway skip here?
llwarns << self_av_string() << "skipping because LLWearableHolding pattern is invalid (superceded by later outfit request)" << llendl;
}
@@ -631,6 +637,7 @@ void LLWearableHoldingPattern::recoverMissingWearable(LLWearableType::EType type
{
if (!isMostRecent())
{
+ // runway skip here?
llwarns << self_av_string() << "skipping because LLWearableHolding pattern is invalid (superceded by later outfit request)" << llendl;
}
@@ -680,6 +687,7 @@ bool LLWearableHoldingPattern::pollMissingWearables()
{
if (!isMostRecent())
{
+ // runway skip here?
llwarns << self_av_string() << "skipping because LLWearableHolding pattern is invalid (superceded by later outfit request)" << llendl;
}