summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermarketplacelistings.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2017-03-27 15:20:24 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2017-03-27 15:20:24 +0300
commit5a73e8fc102fbf94ec6660e3be1220d68855ebd3 (patch)
tree7a7d9bfcb70e48854ebcc55a8d8cfaf6faec98a0 /indra/newview/llfloatermarketplacelistings.cpp
parentf5819240fa1f76835e0bb6c05e73ec91bd7f9028 (diff)
MAINT-7238 Change InventoryMarketplaceError text
Diffstat (limited to 'indra/newview/llfloatermarketplacelistings.cpp')
-rw-r--r--indra/newview/llfloatermarketplacelistings.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatermarketplacelistings.cpp b/indra/newview/llfloatermarketplacelistings.cpp
index 18f0bc4498..889d017389 100644
--- a/indra/newview/llfloatermarketplacelistings.cpp
+++ b/indra/newview/llfloatermarketplacelistings.cpp
@@ -603,6 +603,7 @@ void LLFloaterMarketplaceListings::updateView()
text = LLTrans::getString("InventoryMarketplaceError", subs);
title = LLTrans::getString("InventoryOutboxErrorTitle");
tooltip = LLTrans::getString("InventoryOutboxErrorTooltip");
+ LL_WARNS() << "Marketplace status code: " << mkt_status << LL_ENDL;
}
mInventoryText->setValue(text);