diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-09 15:23:38 +0000 | 
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-09 15:23:38 +0000 | 
| commit | caa1435ae0afa0e4ac2fe42fc8dc67dd93cdb524 (patch) | |
| tree | ee7a8874c0d3a8e820b37d556a47d46c2daf5d93 | |
| parent | be3ad42620fbec5be93ccd0055af8749e26132da (diff) | |
| parent | f6796223826db2113d5ac06065d6595c7410a55b (diff) | |
merge
| -rw-r--r-- | indra/newview/llappearancemgr.cpp | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index f08d8decfe..f686eccf37 100644 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -494,11 +494,12 @@ bool LLWearableHoldingPattern::pollFetchCompletion()  	bool completed = isFetchCompleted();  	bool timed_out = isTimedOut();  	bool done = completed || timed_out; -	 -	llinfos << "polling, done status: " << completed << " timed out " << timed_out << " elapsed " << mWaitTime.getElapsedTimeF32() << llendl;  	if (done)  	{ +		llinfos << "polling, done status: " << completed << " timed out " << timed_out +				<< " elapsed " << mWaitTime.getElapsedTimeF32() << llendl; +  		mFired = true;  		if (timed_out) | 
