summaryrefslogtreecommitdiff
path: root/indra/newview/llxmlrpctransaction.cpp
diff options
context:
space:
mode:
authorcallum <none@none>2010-06-10 16:58:02 -0700
committercallum <none@none>2010-06-10 16:58:02 -0700
commitfc6d238884f06951a413004b46569304a9d9280a (patch)
tree106a4f3e8a3b011d34a97b215070d5cd0a96c069 /indra/newview/llxmlrpctransaction.cpp
parent63577b8fe3f2b46da70e373364028ae45faf4e06 (diff)
parent1065cce5e9db1bd18c2b485024ad360e48cedee2 (diff)
Default merge
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/";
}
}
}