diff options
| author | Merov Linden <merov@lindenlab.com> | 2013-01-31 20:26:59 -0800 |
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2013-01-31 20:26:59 -0800 |
| commit | 677f65b3a2f863895250f1c25f91c79e43810caf (patch) | |
| tree | 234dd00c7d2a0c479e3f1f8e4cab50a753231d5d /indra/newview/llfloateroutbox.cpp | |
| parent | c8e76908d71a67355beecf22c4daa8d0a50ef08e (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.cpp | 2 |
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); |
