From 77432c1ed20d2f607a92b951474612928e19fb7d Mon Sep 17 00:00:00 2001 From: Aura Linden Date: Tue, 25 Mar 2014 17:26:59 -0700 Subject: It would help to specify the correct destination directory genius. --- indra/win_crash_logger/llcrashloggerwindows.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/win_crash_logger/llcrashloggerwindows.cpp b/indra/win_crash_logger/llcrashloggerwindows.cpp index 6b5ab111ec..d604dbbe4c 100644 --- a/indra/win_crash_logger/llcrashloggerwindows.cpp +++ b/indra/win_crash_logger/llcrashloggerwindows.cpp @@ -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; } -- cgit v1.2.3