diff options
Diffstat (limited to 'indra')
| -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() << ")"  | 
