From d611c23f606b4e8d5ee44deb56c27018fd4be39c Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Tue, 6 Jun 2023 12:47:09 +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 dd98daf..e32049d 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 the dump will fail." + echo "WARNING: unable to fetch current sequence ID - maybe it was deleted." else echo fi -- GitLab