viewer-private#216 Viewer fails to rename vivox logs
parent
84345d7140
commit
83ded06e0c
|
|
@ -1014,6 +1014,7 @@ bool LLVivoxVoiceClient::startAndLaunchDaemon()
|
|||
std::string old_log = gDirUtilp->getExpandedFilename(LL_PATH_LOGS, "SLVoice.old");
|
||||
if (gDirUtilp->fileExists(new_log))
|
||||
{
|
||||
LLFile::remove(old_log, ENOENT);
|
||||
LLFile::rename(new_log, old_log);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue