From 71414b805b33528058c8176eea395c9dfe8bf26a Mon Sep 17 00:00:00 2001 From: Scott McKenzie Date: Sun, 2 Oct 2016 04:53:43 +1100 Subject: [PATCH] Fix typo in SaveConfig (#532) --- src/Jackett/Services/ConfigurationService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett/Services/ConfigurationService.cs b/src/Jackett/Services/ConfigurationService.cs index 1e366913e..8a681c9b9 100644 --- a/src/Jackett/Services/ConfigurationService.cs +++ b/src/Jackett/Services/ConfigurationService.cs @@ -172,7 +172,7 @@ namespace Jackett.Services } catch (Exception e) { - logger.Error(e, "Error reading config file " + fullPath); + logger.Error(e, "Error writing config file " + fullPath); } }