For EXT-6247. Log file spam cleanup

master
Brad Payne (Vir Linden) 2010-03-09 09:31:11 -05:00
parent 9e53fcdc90
commit 2a79cc287d
1 changed files with 3 additions and 2 deletions

View File

@ -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)