From d49786eb025b364b2b81860ce6a74291bc534c53 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Thu, 21 Jul 2016 14:44:11 -0400 Subject: tone down http error response logging --- indra/llmessage/llcorehttputil.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/indra/llmessage/llcorehttputil.cpp b/indra/llmessage/llcorehttputil.cpp index 7742cbc182..eff89466fe 100644 --- a/indra/llmessage/llcorehttputil.cpp +++ b/indra/llmessage/llcorehttputil.cpp @@ -280,10 +280,8 @@ void HttpCoroHandler::onCompleted(LLCore::HttpHandle handle, LLCore::HttpRespons LLCore::HttpStatus::type_enum_t errType = status.getType(); LL_WARNS() - << "\n--------------------------------------------------------------------------\n" - << " Error[" << status.toTerseString() << "] cannot access url '" << response->getRequestURL() + << "Error[" << status.toTerseString() << "] cannot access url '" << response->getRequestURL() << "' because " << status.toString() - << "\n--------------------------------------------------------------------------" << LL_ENDL; if ((errType >= 400) && (errType < 500)) { -- cgit v1.2.3