summaryrefslogtreecommitdiff
path: root/indra/newview/llfloateroutbox.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-01-31 20:26:59 -0800
committerMerov Linden <merov@lindenlab.com>2013-01-31 20:26:59 -0800
commit677f65b3a2f863895250f1c25f91c79e43810caf (patch)
tree234dd00c7d2a0c479e3f1f8e4cab50a753231d5d /indra/newview/llfloateroutbox.cpp
parentc8e76908d71a67355beecf22c4daa8d0a50ef08e (diff)
MAINT-2301 : WIP : Catch a bit more 4xx and 5xx error codes, display the error code in the alert.
Diffstat (limited to 'indra/newview/llfloateroutbox.cpp')
-rw-r--r--indra/newview/llfloateroutbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloateroutbox.cpp b/indra/newview/llfloateroutbox.cpp
index d999307f28..2545fcbc36 100644
--- a/indra/newview/llfloateroutbox.cpp
+++ b/indra/newview/llfloateroutbox.cpp
@@ -528,7 +528,7 @@ void LLFloaterOutbox::importStatusChanged(bool inProgress)
void LLFloaterOutbox::initializationReportError(U32 status, const LLSD& content)
{
- if (status != MarketplaceErrorCodes::IMPORT_DONE)
+ if (status >= MarketplaceErrorCodes::IMPORT_BAD_REQUEST)
{
char status_string[16];
sprintf(status_string, "%d", status);