viewer-private#217 Fix cef log name

# Conflicts:
#	indra/newview/llviewermedia.cpp
master
Andrey Kleshchev 2024-04-18 21:52:58 +03:00 committed by Andrey Lihatskiy
parent f7e7903105
commit a5c8d4f180
1 changed files with 1 additions and 1 deletions

View File

@ -1730,7 +1730,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))
{