Fix typo in SaveConfig (#532)

This commit is contained in:
Scott McKenzie 2016-10-02 04:53:43 +11:00 committed by JigSaw
parent 50a06f640f
commit 71414b805b
1 changed files with 1 additions and 1 deletions

View File

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