diff --git a/indra/llcrashlogger/llcrashlogger.cpp b/indra/llcrashlogger/llcrashlogger.cpp
index ffb1966c72a1729b9e31c459ad05a3a9ba82d829..bc9cbc9cf17bc140210ed6bafe8f562348a1b67b 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;
 }