diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-03 12:35:53 +0100 |
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-03 12:35:53 +0100 |
| commit | 797c1dbc6ef1c51755dcace98caf0c493cd8f511 (patch) | |
| tree | f25099c8885fc76ac191f7b173e0f55350085799 /indra/newview/llinventorymodelbackgroundfetch.cpp | |
| parent | 3fe3e119d824158a12e372039e2002e138c2505b (diff) | |
| parent | 07ca580cfab9b587175743130c0abbeb3bf10637 (diff) | |
merge from PE's viewer-trunk
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()) { |
