diff options
-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)) { |