Skip to content
Snippets Groups Projects
Commit fdb65d2c authored by Aura Linden's avatar Aura Linden
Browse files

Fixed dumb mistake.

parent 0893b49e
No related branches found
No related tags found
No related merge requests found
...@@ -320,7 +320,6 @@ int LLCrashLoggerWindows::processingLoop() { ...@@ -320,7 +320,6 @@ int LLCrashLoggerWindows::processingLoop() {
llinfos << "session ending.." << llendl; llinfos << "session ending.." << llendl;
LLSD options = getOptionData( LLApp::PRIORITY_COMMAND_LINE );
std::string per_run_file = options["dumpdir"].asString() + "SecondLife.log"; std::string per_run_file = options["dumpdir"].asString() + "SecondLife.log";
std::string log_file = gDirUtilp->getExpandedFilename(LL_PATH_LOGS,"SecondLife.log"); std::string log_file = gDirUtilp->getExpandedFilename(LL_PATH_LOGS,"SecondLife.log");
LLFile::copy(per_run_file, log_file); LLFile::copy(per_run_file, log_file);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment