From 2c091a954feb535016c172e96374bd191727e0a4 Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Sun, 6 Oct 2013 08:11:32 +0200 Subject: [PATCH] Breaking pad: try to send the correct log file --- indra/newview/llcrashlogger.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/indra/newview/llcrashlogger.cpp b/indra/newview/llcrashlogger.cpp index 96abf21a3..ad96ba19c 100644 --- a/indra/newview/llcrashlogger.cpp +++ b/indra/newview/llcrashlogger.cpp @@ -244,7 +244,9 @@ void LLCrashLogger::gatherFiles() mCrashInfo["DebugLog"] = mDebugLog; mFileMap["StatsLog"] = gDirUtilp->getExpandedFilename(LL_PATH_DUMP,"stats.log"); - + // Singu Note: we have just started again, log has been renamed + mFileMap["SecondLifeLog"] = gDirUtilp->getExpandedFilename(LL_PATH_LOGS, "Singularity.old"); + llinfos << "Encoding files..." << llendl; for(std::map::iterator itr = mFileMap.begin(); itr != mFileMap.end(); ++itr)