diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-05-25 16:01:59 +0300 | 
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-05-25 16:01:59 +0300 | 
| commit | 86ffcca29392b79d553ace9403bbf628fbefe3d0 (patch) | |
| tree | b4a4e8de59e87e9d344dc4b242f324dee849fdc5 /indra | |
| parent | c10f8b1aa4f2badbf4b0f72b1747c2943568ed2e (diff) | |
MAINT-8674 Fixed logs
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llviewerobjectlist.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llviewerobjectlist.cpp b/indra/newview/llviewerobjectlist.cpp index 131434504a..23a51b99f6 100644 --- a/indra/newview/llviewerobjectlist.cpp +++ b/indra/newview/llviewerobjectlist.cpp @@ -1050,7 +1050,7 @@ void LLViewerObjectList::fetchObjectCostsCoro(std::string url)      if (diff.empty())      { -        LL_INFOS() << "No outstanding object IDs to request. Pending count: " << mPendingObjectCost.size() << " Requesting count: " << mStaleObjectCost.size() << LL_ENDL; +        LL_INFOS() << "No outstanding object IDs to request. Pending count: " << mPendingObjectCost.size() << LL_ENDL;          return;      } | 
