diff options
author | Rider Linden <rider@lindenlab.com> | 2016-01-29 16:11:52 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2016-01-29 16:11:52 -0800 |
commit | b9292fdef74954ac9cd95ddaca36bceb26ef1d6c (patch) | |
tree | a53dc220d68ddd0643330dd4c8e1883f6e952c35 /indra | |
parent | af47bfff6bfedb1f4c3a767f896759e1f3fcefb4 (diff) |
MAINT-6099: One more log message.
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/llcrashlogger/llcrashlogger.cpp | 2 |
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; } |