summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationlog.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-02-11 18:45:57 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-02-11 18:49:11 +0200
commit0e3d8023dc08d6b4965e71064c3ac5a2f1e4f180 (patch)
tree5efdfc2f21431ae1e814283550e4fab63437c480 /indra/newview/llconversationlog.h
parent03eddbd627a520837d9761740fb3554a7fc5934c (diff)
SL-12795 Fix log session name not updating
Diffstat (limited to 'indra/newview/llconversationlog.h')
-rw-r--r--indra/newview/llconversationlog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llconversationlog.h b/indra/newview/llconversationlog.h
index 82e7e597d0..820a5db491 100644
--- a/indra/newview/llconversationlog.h
+++ b/indra/newview/llconversationlog.h
@@ -140,7 +140,7 @@ public:
*/
void cache();
// will check if current name is edentical with the one on disk and will rename the one on disk if it isn't
- void verifyFilename(const LLUUID& session_id, const std::string &expected_filename);
+ void verifyFilename(const LLUUID& session_id, const std::string &expected_filename, const std::string &new_session_name);
bool moveLog(const std::string &originDirectory, const std::string &targetDirectory);
void getListOfBackupLogs(std::vector<std::string>& list_of_backup_logs);
void deleteBackupLogs();