diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-09-23 15:39:45 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-09-23 15:39:45 +0300 |
commit | 4a26991e5db99885d25aee1d36fc04d940c35e2f (patch) | |
tree | 8522ff6b4a01f2be6db73e01387a8434bd9a1fd5 /indra/llcorehttp/_httppolicy.cpp | |
parent | 61e05f912557e3086cd80a10075aeaa6586519be (diff) |
MAINT-2056 FIXED Demote the messages to DEBUG level to prevent spam
Diffstat (limited to 'indra/llcorehttp/_httppolicy.cpp')
-rwxr-xr-x | indra/llcorehttp/_httppolicy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/_httppolicy.cpp b/indra/llcorehttp/_httppolicy.cpp index fd5a93e192..5cf44f8a82 100755 --- a/indra/llcorehttp/_httppolicy.cpp +++ b/indra/llcorehttp/_httppolicy.cpp @@ -403,7 +403,7 @@ bool HttpPolicy::stageAfterCompletion(HttpOpRequest * op) // This op is done, finalize it delivering it to the reply queue... if (! op->mStatus) { - LL_WARNS("CoreHttp") << "HTTP request " << static_cast<HttpHandle>(op) + LL_DEBUGS("CoreHttp") << "HTTP request " << static_cast<HttpHandle>(op) << " failed after " << op->mPolicyRetries << " retries. Reason: " << op->mStatus.toString() << " (" << op->mStatus.toTerseString() << ")" |