From bf8bd60ab3da6db1bab4fe3bf3f0e9f66e95fb05 Mon Sep 17 00:00:00 2001
From: bunnei <bunneidev@gmail.com>
Date: Fri, 1 Jan 2021 03:17:20 -0800
Subject: Fix the old log file to work with the log parser.

---
 src/common/logging/backend.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/common/logging/backend.cpp')

diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index ebc807e00d..7c9da6895b 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -147,7 +147,7 @@ void ColorConsoleBackend::Write(const Entry& entry) {
 
 FileBackend::FileBackend(const std::string& filename) : bytes_written(0) {
     if (FileUtil::Exists(filename)) {
-        FileUtil::Rename(filename, filename + ".old");
+        FileUtil::Rename(filename, filename + ".old.txt");
     }
 
     // _SH_DENYWR allows read only access to the file for other programs.
-- 
cgit v1.2.3-70-g09d2