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); } }