From 31a4eab7e736b8a4c76ee8f8a359fc3bb3aa2909 Mon Sep 17 00:00:00 2001 From: Kenneth Hsu Date: Sun, 22 Nov 2020 08:43:14 -0800 Subject: [PATCH] Fix casing in log entry. --- Duplicati/Library/Main/Operation/RestoreHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Duplicati/Library/Main/Operation/RestoreHandler.cs b/Duplicati/Library/Main/Operation/RestoreHandler.cs index 8c101b5a5..be2c251f1 100644 --- a/Duplicati/Library/Main/Operation/RestoreHandler.cs +++ b/Duplicati/Library/Main/Operation/RestoreHandler.cs @@ -415,7 +415,7 @@ namespace Duplicati.Library.Main.Operation // Restore empty files. They might not have any blocks so don't appear in any volume. foreach (var file in database.GetFilesToRestore(true).Where(item => item.Length == 0)) { - Logging.Log.WriteProfilingMessage(LOGTAG, "RestoreFile", "restoring empty file \"{0}\"", file.Path); + Logging.Log.WriteProfilingMessage(LOGTAG, "RestoreFile", "Restoring empty file \"{0}\"", file.Path); try {