diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-11-10 18:18:31 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-11-10 18:18:51 +0200 |
commit | 46ebe69f328f4f734b01d1cd8bec8da6008078fe (patch) | |
tree | d3bee80d352b471a67cfbad8eb0b4dc98f290f84 /indra/newview/llappearancemgr.cpp | |
parent | 79ec8a8be4ebf143dfb2487ded13e0498982e6b8 (diff) |
SL-14303 Fix LLWearableType to not spam in logs
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rw-r--r-- | indra/newview/llappearancemgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index 168b8eb47a..ef6c85b73b 100644 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -1021,7 +1021,7 @@ void LLWearableHoldingPattern::recoverMissingWearable(LLWearableType::EType type // Try to recover by replacing missing wearable with a new one. LLNotificationsUtil::add("ReplacedMissingWearable"); - LL_DEBUGS() << "Wearable " << LLWearableType::getTypeLabel(type) + LL_DEBUGS() << "Wearable " << LLWearableType::getInstance()->getTypeLabel(type) << " could not be downloaded. Replaced inventory item with default wearable." << LL_ENDL; LLViewerWearable* wearable = LLWearableList::instance().createNewWearable(type, gAgentAvatarp); |