diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-04-18 21:52:58 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-04-18 22:06:12 +0300 |
commit | 982d57fa00ea93ebbf4c8fdf8407310cb171e2e7 (patch) | |
tree | c562cc70d74afef6e53b939ff8d8c507af1bcc44 /indra | |
parent | 2ab17fa3f991a71cdb83d6dba8e345e14f11514c (diff) |
viewer-private#217 Fix cef log name
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewermedia.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermedia.cpp b/indra/newview/llviewermedia.cpp index 3791d1e754..18cfa37fe1 100644 --- a/indra/newview/llviewermedia.cpp +++ b/indra/newview/llviewermedia.cpp @@ -1723,7 +1723,7 @@ LLPluginClassMedia* LLViewerMediaImpl::newSourceFromMediaType(std::string media_ std::string user_data_path_cache = gDirUtilp->getCacheDir(false); user_data_path_cache += gDirUtilp->getDirDelimiter(); - std::string user_data_path_cef_log = gDirUtilp->getExpandedFilename(LL_PATH_LOGS, "cef.txt"); + std::string user_data_path_cef_log = gDirUtilp->getExpandedFilename(LL_PATH_LOGS, "cef.log"); std::string user_data_path_cef_old = gDirUtilp->getExpandedFilename(LL_PATH_LOGS, "cef.old"); if (gDirUtilp->fileExists(user_data_path_cef_log)) { |