diff options
author | Oz Linden <oz@lindenlab.com> | 2016-07-21 14:44:11 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-07-21 14:44:11 -0400 |
commit | d49786eb025b364b2b81860ce6a74291bc534c53 (patch) | |
tree | 234876fa952020b1618021853d45b2ee6bba8361 /indra/llmessage/llcorehttputil.cpp | |
parent | f868e29945806fd6cefde65067ae2c870ac112a6 (diff) |
tone down http error response logging
Diffstat (limited to 'indra/llmessage/llcorehttputil.cpp')
-rw-r--r-- | indra/llmessage/llcorehttputil.cpp | 4 |
1 files changed, 1 insertions, 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)) { |