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/llviewerinventory.cpp | |
parent | 3fe3e119d824158a12e372039e2002e138c2505b (diff) | |
parent | 07ca580cfab9b587175743130c0abbeb3bf10637 (diff) |
merge from PE's viewer-trunk
Diffstat (limited to 'indra/newview/llviewerinventory.cpp')
-rw-r--r-- | indra/newview/llviewerinventory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerinventory.cpp b/indra/newview/llviewerinventory.cpp index a788d3c457..d745356dcd 100644 --- a/indra/newview/llviewerinventory.cpp +++ b/indra/newview/llviewerinventory.cpp @@ -607,6 +607,7 @@ bool LLViewerInventoryCategory::fetch() if((VERSION_UNKNOWN == mVersion) && mDescendentsRequested.hasExpired()) //Expired check prevents multiple downloads. { + LL_DEBUGS("InventoryFetch") << "Fetching category children: " << mName << ", UUID: " << mUUID << LL_ENDL; const F32 FETCH_TIMER_EXPIRY = 10.0f; mDescendentsRequested.reset(); mDescendentsRequested.setTimerExpirySec(FETCH_TIMER_EXPIRY); |