summaryrefslogtreecommitdiff
path: root/indra/newview/llxmlrpctransaction.cpp
diff options
context:
space:
mode:
authorkarina <none@none>2010-05-26 23:46:42 -0700
committerkarina <none@none>2010-05-26 23:46:42 -0700
commitcca5aa48ae07a2d0e4f4a26e647b360c098cd831 (patch)
tree9344a238ca16aae7b9242d3c7d8a06125769248d /indra/newview/llxmlrpctransaction.cpp
parent5e353cbf86693ad18b0c9a3f75234c1fa6378005 (diff)
Add new mechanism for getting a unique machine id.
Diffstat (limited to 'indra/newview/llxmlrpctransaction.cpp')
-rw-r--r--indra/newview/llxmlrpctransaction.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/llxmlrpctransaction.cpp b/indra/newview/llxmlrpctransaction.cpp
index da61840761..58ba9e1378 100644
--- a/indra/newview/llxmlrpctransaction.cpp
+++ b/indra/newview/llxmlrpctransaction.cpp
@@ -514,7 +514,9 @@ void LLXMLRPCTransaction::Impl::setStatus(EStatus status,
"Despite our best efforts, something unexpected has gone wrong. \n"
" \n"
"Please check secondlife.com/status \n"
- "to see if there is a known problem with the service.";
+ "to see if there is a known problem with the service.\n"
+ "If you continue to experience problems,"
+ "Please check your network and firewall setup.\n";
mStatusURI = "http://secondlife.com/status/";
}
@@ -550,7 +552,7 @@ void LLXMLRPCTransaction::Impl::setCurlStatus(CURLcode code)
"Often this means that your computer\'s clock is set incorrectly.\n"
"Please go to Control Panels and make sure the time and date\n"
"are set correctly.\n"
- "\n"
+ "Also check that your network and firewall are setup correctly.\n"
"If you continue to receive this error, please go\n"
"to the Support section of the SecondLife.com web site\n"
"and report the problem.";