diff options
| author | Mike Antipov <mantipov@productengine.com> | 2010-06-03 12:53:54 +0300 |
|---|---|---|
| committer | Mike Antipov <mantipov@productengine.com> | 2010-06-03 12:53:54 +0300 |
| commit | b52527de3a74698b90e40217b32324cbd5205d6b (patch) | |
| tree | 378ec4888210d4c5354076d1a6cba5784a9f5234 /indra/newview/llinventorymodelbackgroundfetch.cpp | |
| parent | 5c263cdc64507cfa1f0f88712b45332894aab09e (diff) | |
| parent | 5459e26392e3b3b80c0bf8bbc930d0a93ee8e214 (diff) | |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llinventorymodelbackgroundfetch.cpp')
| -rw-r--r-- | indra/newview/llinventorymodelbackgroundfetch.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventorymodelbackgroundfetch.cpp b/indra/newview/llinventorymodelbackgroundfetch.cpp index 0ff6ab2644..b4f0947b2c 100644 --- a/indra/newview/llinventorymodelbackgroundfetch.cpp +++ b/indra/newview/llinventorymodelbackgroundfetch.cpp @@ -112,6 +112,8 @@ void LLInventoryModelBackgroundFetch::start(const LLUUID& cat_id, BOOL recursive { if (!mAllFoldersFetched) { + LL_DEBUGS("InventoryFetch") << "Start fetching category: " << cat_id << ", recursive: " << recursive << LL_ENDL; + mBackgroundFetchActive = TRUE; if (cat_id.isNull()) { |
