From fc55b1699289e663aa74eda39470bbb6b84803d5 Mon Sep 17 00:00:00 2001 From: TopperDEL Date: Fri, 16 Jul 2021 08:34:01 +0200 Subject: fix: More info in deprecation-warning --- Duplicati/Library/Main/Controller.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Duplicati') 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 } -- cgit v1.2.3