summaryrefslogtreecommitdiff
path: root/indra/win_crash_logger
diff options
context:
space:
mode:
authorAura Linden <aura@lindenlab.com>2014-03-25 14:05:51 -0700
committerAura Linden <aura@lindenlab.com>2014-03-25 14:05:51 -0700
commitfdb65d2c28b5256d0442a2ab4499d04d91ecc96e (patch)
tree26bb51f5fe722efb89f124535a4c54ba9aaf0f7c /indra/win_crash_logger
parent0893b49ebdd5c072f099ab7a9aa75d106c0c439b (diff)
Fixed dumb mistake.
Diffstat (limited to 'indra/win_crash_logger')
-rw-r--r--indra/win_crash_logger/llcrashloggerwindows.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/win_crash_logger/llcrashloggerwindows.cpp b/indra/win_crash_logger/llcrashloggerwindows.cpp
index 0e683c82bd..6b5ab111ec 100644
--- a/indra/win_crash_logger/llcrashloggerwindows.cpp
+++ b/indra/win_crash_logger/llcrashloggerwindows.cpp
@@ -320,7 +320,6 @@ int LLCrashLoggerWindows::processingLoop() {
llinfos << "session ending.." << llendl;
- LLSD options = getOptionData( LLApp::PRIORITY_COMMAND_LINE );
std::string per_run_file = options["dumpdir"].asString() + "SecondLife.log";
std::string log_file = gDirUtilp->getExpandedFilename(LL_PATH_LOGS,"SecondLife.log");
LLFile::copy(per_run_file, log_file);