summaryrefslogtreecommitdiff
path: root/indra/newview/llxmlrpctransaction.cpp
diff options
context:
space:
mode:
authorAndrew A. de Laix <alain@lindenlab.com>2010-06-10 15:37:07 -0700
committerAndrew A. de Laix <alain@lindenlab.com>2010-06-10 15:37:07 -0700
commitd8adbf8438765dc994aeb2208c45e71184fc0347 (patch)
tree23016ebd37eff5af8c7b863f09782af8ec6bc223 /indra/newview/llxmlrpctransaction.cpp
parent5f53ba9af70fac74d7f80393604a9f7c723be625 (diff)
Fix EXT-7167: updated status url to status.secondlifegrid.net.
Diffstat (limited to 'indra/newview/llxmlrpctransaction.cpp')
-rw-r--r--indra/newview/llxmlrpctransaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llxmlrpctransaction.cpp b/indra/newview/llxmlrpctransaction.cpp
index a8ac0c0c90..1d10ec7b28 100644
--- a/indra/newview/llxmlrpctransaction.cpp
+++ b/indra/newview/llxmlrpctransaction.cpp
@@ -513,7 +513,7 @@ void LLXMLRPCTransaction::Impl::setStatus(EStatus status,
// Usually this means that there's a problem with the login server,
// not with the client. Direct user to status page.
mStatusMessage = LLTrans::getString("server_is_down");
- mStatusURI = "http://secondlife.com/status/";
+ mStatusURI = "http://status.secondlifegrid.net/";
}
}
}