From a6a0c20af7ef9d4eca08f777bc63f8b304d01143 Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson Date: Thu, 30 Jul 2026 14:52:14 -0700 Subject: [PATCH 1/3] Add strings for db lock file related log output --- Extension/src/nativeStrings.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Extension/src/nativeStrings.json b/Extension/src/nativeStrings.json index d7cd154dd..86043124e 100644 --- a/Extension/src/nativeStrings.json +++ b/Extension/src/nativeStrings.json @@ -747,5 +747,13 @@ "check_timed_out": { "text": "timed out waiting for analysis of {0} to finish", "hint": "{0} is the source file path. {Locked=\"{0}\"}" + }, + "failed_to_open_browse_db_lock_file": { + "text": "Failed to open browse database lock file: {0} (errno={1})", + "hint": "{0} is the lock file path. {1} is the errno value. {Locked=\"{0}\"} {Locked=\"{1}\"}" + }, + "failed_to_lock_browse_db_lock_file": { + "text": "Failed to lock browse database lock file: {0} (errno={1})", + "hint": "{0} is the lock file path. {1} is the errno value. {Locked=\"{0}\"} {Locked=\"{1}\"}" } } From ca5c979bfe348dc1919d5b2d8e108cb101b5dd9f Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson Date: Thu, 30 Jul 2026 15:11:55 -0700 Subject: [PATCH 2/3] Fix string lock --- Extension/src/nativeStrings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Extension/src/nativeStrings.json b/Extension/src/nativeStrings.json index 86043124e..f80c817c8 100644 --- a/Extension/src/nativeStrings.json +++ b/Extension/src/nativeStrings.json @@ -750,10 +750,10 @@ }, "failed_to_open_browse_db_lock_file": { "text": "Failed to open browse database lock file: {0} (errno={1})", - "hint": "{0} is the lock file path. {1} is the errno value. {Locked=\"{0}\"} {Locked=\"{1}\"}" + "hint": "{0} is the lock file path. {1} is the errno value. {Locked=\"{0}\"} {Locked=\"errno={1}\"}" }, "failed_to_lock_browse_db_lock_file": { "text": "Failed to lock browse database lock file: {0} (errno={1})", - "hint": "{0} is the lock file path. {1} is the errno value. {Locked=\"{0}\"} {Locked=\"{1}\"}" + "hint": "{0} is the lock file path. {1} is the errno value. {Locked=\"{0}\"} {Locked=\"errno={1}\"}" } } From 2d0de25b8ab44d825a07ebdaa38d0b95ae72a420 Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson Date: Thu, 30 Jul 2026 15:14:39 -0700 Subject: [PATCH 3/3] Update string locks again --- Extension/src/nativeStrings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Extension/src/nativeStrings.json b/Extension/src/nativeStrings.json index f80c817c8..66170d813 100644 --- a/Extension/src/nativeStrings.json +++ b/Extension/src/nativeStrings.json @@ -750,10 +750,10 @@ }, "failed_to_open_browse_db_lock_file": { "text": "Failed to open browse database lock file: {0} (errno={1})", - "hint": "{0} is the lock file path. {1} is the errno value. {Locked=\"{0}\"} {Locked=\"errno={1}\"}" + "hint": "{0} is the lock file path. {1} is the errno value. {Locked=\"{0}\"} {Locked=\"errno\"} {Locked=\"{1}\"}" }, "failed_to_lock_browse_db_lock_file": { "text": "Failed to lock browse database lock file: {0} (errno={1})", - "hint": "{0} is the lock file path. {1} is the errno value. {Locked=\"{0}\"} {Locked=\"errno={1}\"}" + "hint": "{0} is the lock file path. {1} is the errno value. {Locked=\"{0}\"} {Locked=\"errno\"} {Locked=\"{1}\"}" } }