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

It would help to specify the correct destination directory genius.

parent fdb65d2c
No related branches found
No related tags found
No related merge requests found
......@@ -321,7 +321,7 @@ int LLCrashLoggerWindows::processingLoop() {
llinfos << "session ending.." << llendl;
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_DUMP,"SecondLife.log");
LLFile::copy(per_run_file, log_file);
return 0;
}
......
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