diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-06-16 15:29:41 -0400 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-06-16 15:29:41 -0400 |
| commit | cc5beffdf45fcb3d76bd83af1dc7394ba6ea65d7 (patch) | |
| tree | 9c62f5ff0a8547ca2f0b7d46bb418fd3a4c87857 /indra/newview/llinventorymodel.cpp | |
| parent | bc91053543278b56d7009ab6bbcdee88a0ee1418 (diff) | |
| parent | 5635f10c41a72c62cbf44ae9415aadb83447ca22 (diff) | |
merge
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
| -rw-r--r-- | indra/newview/llinventorymodel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index 7c54dbcf74..b9e9f0fc0b 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -2447,7 +2447,9 @@ void LLInventoryModel::processBulkUpdateInventory(LLMessageSystem* msg, void**) } LLUUID tid; msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_TransactionID, tid); +#ifndef LL_RELEASE_FOR_DOWNLOAD llinfos << "Bulk inventory: " << tid << llendl; +#endif update_map_t update; cat_array_t folders; |
