From 5a73e8fc102fbf94ec6660e3be1220d68855ebd3 Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Mon, 27 Mar 2017 15:20:24 +0300 Subject: MAINT-7238 Change InventoryMarketplaceError text --- indra/newview/llfloatermarketplacelistings.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llfloatermarketplacelistings.cpp') 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); -- cgit v1.2.3