Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopperDEL <github_com@tparth.de>2021-07-16 09:34:01 +0300
committerTopperDEL <github_com@tparth.de>2021-07-16 09:34:01 +0300
commitfc55b1699289e663aa74eda39470bbb6b84803d5 (patch)
tree8a7660ab62790b6297b8cf311fc116668667b477
parent3295f2196f6f1a029c79557b36666cb6ef13aa91 (diff)
fix: More info in deprecation-warning
-rw-r--r--Duplicati/Library/Main/Controller.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Library/Main/Controller.cs b/Duplicati/Library/Main/Controller.cs
index bbedd875c..5b319fab3 100644
--- a/Duplicati/Library/Main/Controller.cs
+++ b/Duplicati/Library/Main/Controller.cs
@@ -818,7 +818,7 @@ namespace Duplicati.Library.Main
//Inform the user about the deprecated Tardigrade-Backend. They should switch to Storj DCS instead.
if (string.Equals(new Library.Utility.Uri(m_backend).Scheme, "tardigrade", StringComparison.OrdinalIgnoreCase))
- Logging.Log.WriteWarningMessage(LOGTAG, "TardigradeRename", null, "The Tardigrade-backend got renamed to Storj DCS - please migrate your backups to the new configuration.");
+ Logging.Log.WriteWarningMessage(LOGTAG, "TardigradeRename", null, "The Tardigrade-backend got renamed to Storj DCS - please migrate your backups to the new configuration by changing the destination storage type to Storj DCS.");
//TODO: Based on the action, see if all options are relevant
}