From d0d4670f4941dcf7430fb1269c6613140ecf3ff7 Mon Sep 17 00:00:00 2001 From: Mark Lentczner Date: Tue, 6 Feb 2007 00:57:33 +0000 Subject: merge in of error-refactor-3 concludes (fixes) SL-31187 pair programmed and reviewed by markl and karen --- indra/newview/llxmlrpctransaction.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'indra/newview/llxmlrpctransaction.cpp') diff --git a/indra/newview/llxmlrpctransaction.cpp b/indra/newview/llxmlrpctransaction.cpp index c2726997b2..cc8f955bc6 100644 --- a/indra/newview/llxmlrpctransaction.cpp +++ b/indra/newview/llxmlrpctransaction.cpp @@ -324,9 +324,9 @@ bool LLXMLRPCTransaction::Impl::process() if (curl_msg->data.result != CURLE_OK) { setCurlStatus(curl_msg->data.result); - llalerts << "LLXMLRPCTransaction CURL error " + llwarns << "LLXMLRPCTransaction CURL error " << mCurlCode << ": " << mCurlErrorBuffer << llendl; - llalerts << "LLXMLRPCTransaction request URI: " + llwarns << "LLXMLRPCTransaction request URI: " << mURI << llendl; return true; @@ -360,11 +360,11 @@ bool LLXMLRPCTransaction::Impl::process() { setStatus(LLXMLRPCTransaction::StatusXMLRPCError); - llalerts << "LLXMLRPCTransaction XMLRPC " + llwarns << "LLXMLRPCTransaction XMLRPC " << (hasError ? "error " : "fault ") << faultCode << ": " << faultString << llendl; - llalerts << "LLXMLRPCTransaction request URI: " + llwarns << "LLXMLRPCTransaction request URI: " << mURI << llendl; } -- cgit v1.2.3