Fixed dumb mistake.

master
Aura Linden 2014-03-25 14:05:51 -07:00
parent 0893b49ebd
commit fdb65d2c28
1 changed files with 0 additions and 1 deletions

View File

@ -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);