diff options
| author | Aura Linden <aura@lindenlab.com> | 2014-03-25 17:26:59 -0700 | 
|---|---|---|
| committer | Aura Linden <aura@lindenlab.com> | 2014-03-25 17:26:59 -0700 | 
| commit | 77432c1ed20d2f607a92b951474612928e19fb7d (patch) | |
| tree | 4bae75993ac44a858c3d1f68e2dc33ee8a994444 | |
| parent | fdb65d2c28b5256d0442a2ab4499d04d91ecc96e (diff) | |
It would help to specify the correct destination directory genius.
| -rw-r--r-- | indra/win_crash_logger/llcrashloggerwindows.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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;  } | 
