diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-12 23:19:02 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-12 23:53:10 +0300 |
| commit | 7f6ad82a2a76ed1f96bf1ca61cacc51151fe74bf (patch) | |
| tree | eedd7303cb0a0a7efaf0a1f2ebec6fdf4ccf8b2e /indra/newview/llviewerinventory.cpp | |
| parent | 546c6a09d8ddcd8a327dd9dc76e122f6d98effb9 (diff) | |
SL-19823 Additional logging
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 117cdc5367..68619cb1a8 100644 --- a/indra/newview/llviewerinventory.cpp +++ b/indra/newview/llviewerinventory.cpp @@ -1774,6 +1774,7 @@ void menu_create_inventory_item(LLInventoryPanel* panel, LLUUID dest_id, const L { panel->setSelectionByID(new_category_id, TRUE); } + LL_DEBUGS(LOG_INV) << "Done creating inventory: " << new_category_id << LL_ENDL; }; } else if (created_cb != NULL) |
