summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2016-01-29 16:11:52 -0800
committerRider Linden <rider@lindenlab.com>2016-01-29 16:11:52 -0800
commitb9292fdef74954ac9cd95ddaca36bceb26ef1d6c (patch)
treea53dc220d68ddd0643330dd4c8e1883f6e952c35 /indra
parentaf47bfff6bfedb1f4c3a767f896759e1f3fcefb4 (diff)
MAINT-6099: One more log message.
Diffstat (limited to 'indra')
-rwxr-xr-xindra/llcrashlogger/llcrashlogger.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcrashlogger/llcrashlogger.cpp b/indra/llcrashlogger/llcrashlogger.cpp
index ffb1966c72..bc9cbc9cf1 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;
}