From b9292fdef74954ac9cd95ddaca36bceb26ef1d6c Mon Sep 17 00:00:00 2001
From: Rider Linden <rider@lindenlab.com>
Date: Fri, 29 Jan 2016 16:11:52 -0800
Subject: [PATCH] MAINT-6099: One more log message.

---
 indra/llcrashlogger/llcrashlogger.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/indra/llcrashlogger/llcrashlogger.cpp b/indra/llcrashlogger/llcrashlogger.cpp
index ffb1966c72a..bc9cbc9cf17 100755
--- a/indra/llcrashlogger/llcrashlogger.cpp
+++ b/indra/llcrashlogger/llcrashlogger.cpp
@@ -429,6 +429,8 @@ bool LLCrashLogger::runCrashLogPost(std::string host, LLSD data, std::string msg
 		{
 			return gSent;
 		}
+
+        LL_WARNS("CRASHREPORT") << "Failed to send crash report to \"" << host << "\"" << LL_ENDL;
 	}
 	return gSent;
 }
-- 
GitLab