From c4cc527ea18bd82af4b52944021dc8a93374cd6e Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Tue, 6 Jun 2023 12:48:28 +0200
Subject: [PATCH] change message text

---
 plugins/localdump/couchdb2.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/localdump/couchdb2.sh b/plugins/localdump/couchdb2.sh
index e32049d..2106d87 100755
--- a/plugins/localdump/couchdb2.sh
+++ b/plugins/localdump/couchdb2.sh
@@ -220,7 +220,7 @@ function _doBackupOfSingleInstance(){
       
     else
       if [ -z "$sSequenceCurrent" ]; then
-        echo "WARNING: unable to fetch current sequence ID - maybe it was deleted."
+        echo "WARNING: unable to fetch current sequence ID - maybe the database was deleted."
       else
         echo
       fi
-- 
GitLab